Home
last modified time | relevance | path

Searched refs:readfile (Results 1 – 17 of 17) sorted by relevance

/src/libexec/bootpd/ !
H A DMakefile.UNIX141 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.h
190 bootpef.o : readfile.h report.h tzone.h patchlevel.h
200 readfile.o : bootp.h bptypes.h hash.h hwaddr.h lookup.h readfile.h
201 readfile.o : report.h tzone.h bootpd.h
H A DMakefile11 SRCS= bootpd.c dovend.c readfile.c hash.c dumptab.c \
H A DChanges131 Allow underscore in host names - readfile.c:goodname()
135 Make readfile tolerant of hardware addresses that start
165 Macro-ize lots of similar cases in readfile.c
180 Fixed several more NULL references in readfile.
185 Added ASSERT checks to readfile.c:fill_defaults()
H A DToDo13 The reader implemented in readfile.c could use improvement. Some sort
H A DREADME126 readfile.c The configuration file-reading routines
127 readfile.h header for above
H A DAnnounce38 Fixed several more NULL references in readfile.
/src/contrib/libcbor/examples/ !
H A DCMakeLists.txt1 add_executable(readfile readfile.c) target
2 target_link_libraries(readfile cbor)
/src/usr.sbin/lpr/lpd/ !
H A Drecvjob.c78 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
/src/libexec/bootpd/tools/bootpef/ !
H A DMakefile5 SRCS= bootpef.c dovend.c readfile.c hash.c dumptab.c lookup.c \
/src/usr.bin/units/ !
H A Dunits.c754 bool readfile; in main() local
762 readfile = false; in main()
771 readfile = true; in main()
809 if (!readfile) in main()
/src/contrib/sendmail/contrib/ !
H A Dbitdomain.c76 readfile(stdin);
84 readfile(infile) in readfile() function
/src/contrib/sqlite3/autosetup/ !
H A Dsystem.tcl132 set old [readfile $file ""]
160 foreach line [split [readfile $infile] \n] {
H A Dautosetup860 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
H A Dcc.tcl492 …set opts(-source) [readfile [get-define srcdir]/$opts(-sourcefile) "#error can't find $opts(-sourc…
/src/lib/libsecureboot/ !
H A DMakefile.inc17 readfile.c \
/src/contrib/libcbor/doc/source/ !
H A Dusing.rst100 * $ ./examples/readfile examples/data/nested_array.cbor
/src/contrib/libcbor/ !
H A DCHANGELOG.md120 - Improved `examples/readfile.c`