Home
last modified time | relevance | path

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

/freebsd/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.
/freebsd/contrib/libcbor/examples/
H A DCMakeLists.txt1 add_executable(readfile readfile.c) target
2 target_link_libraries(readfile cbor)
/freebsd/usr.sbin/lpr/lpd/
H A Drecvjob.c74 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
/freebsd/libexec/bootpd/tools/bootpef/
H A DMakefile5 SRCS= bootpef.c dovend.c readfile.c hash.c dumptab.c lookup.c \
/freebsd/usr.bin/units/
H A Dunits.c754 bool readfile; in main()
762 readfile = false; in main()
771 readfile = true; in main()
809 if (!readfile) in main()
755 bool readfile; main() local
/freebsd/contrib/sendmail/contrib/
H A Dbitdomain.c76 readfile(stdin);
84 readfile(infile) in readfile() function
/freebsd/lib/libsecureboot/
H A DMakefile.inc17 readfile.c \
/freebsd/contrib/libcbor/doc/source/
H A Dusing.rst100 * $ ./examples/readfile examples/data/nested_array.cbor
/freebsd/contrib/libcbor/
H A DCHANGELOG.md120 - Improved `examples/readfile.c`