Searched refs:readfile (Results 1 – 17 of 17) 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) target2 target_link_libraries(readfile cbor)
78 static int readfile(struct printer *_pp, char *_file, size_t _size);229 if (!readfile(pp, tfname, size)) { in readjob()293 if (!readfile(pp, dfname, size)) { in readjob()310 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() local762 readfile = false; in main()771 readfile = true; in main()809 if (!readfile) in main()
76 readfile(stdin);84 readfile(infile) in readfile() function
132 set old [readfile $file ""]160 foreach line [split [readfile $infile] \n] {
860 proc readfile {filename {default_value ""}} {1529 puts [readfile $path]1835 set buf [readfile $file]1914 if {![string match "*\nWRAPPER=*" [readfile configure]]} {1954 writefile $target [readfile $source]\n
492 …set opts(-source) [readfile [get-define srcdir]/$opts(-sourcefile) "#error can't find $opts(-sourc…
17 readfile.c \
100 * $ ./examples/readfile examples/data/nested_array.cbor
120 - Improved `examples/readfile.c`