Searched refs:readfile (Results 1 – 14 of 14) sorted by relevance
141 OBJ_D= bootpd.o dovend.o readfile.o hash.o dumptab.o \146 OBJ_EF= bootpef.o dovend.o readfile.o hash.o dumptab.o \188 bootpd.o : readfile.h report.h tzone.h patchlevel.h getif.h190 bootpef.o : readfile.h report.h tzone.h patchlevel.h200 readfile.o : bootp.h bptypes.h hash.h hwaddr.h lookup.h readfile.h201 readfile.o : report.h tzone.h bootpd.h
11 SRCS= bootpd.c dovend.c readfile.c hash.c dumptab.c \
131 Allow underscore in host names - readfile.c:goodname()135 Make readfile tolerant of hardware addresses that start165 Macro-ize lots of similar cases in readfile.c180 Fixed several more NULL references in readfile.185 Added ASSERT checks to readfile.c:fill_defaults()
13 The reader implemented in readfile.c could use improvement. Some sort
126 readfile.c The configuration file-reading routines127 readfile.h header for above
38 Fixed several more NULL references in readfile.
1 add_executable(readfile readfile.c) target 2 target_link_libraries(readfile cbor)
74 static int readfile(struct printer *_pp, char *_file, size_t _size);198 if (!readfile(pp, tfname, (size_t)size)) { in readjob()230 (void) readfile(pp, dfname, (size_t)size); in readjob()244 readfile(struct printer *pp, char *file, size_t size) in readfile() function
5 SRCS= bootpef.c dovend.c readfile.c hash.c dumptab.c lookup.c \
754 bool readfile; in main() 762 readfile = false; in main() 771 readfile = true; in main() 809 if (!readfile) in main() 755 bool readfile; main() local
76 readfile(stdin);84 readfile(infile) in readfile() function
17 readfile.c \
100 * $ ./examples/readfile examples/data/nested_array.cbor
120 - Improved `examples/readfile.c`