HomeSort by: relevance | last modified time | path
    Searched refs:readfile (Results 1 - 19 of 19) sorted by relevancy

  /src/usr.sbin/bootp/common/
Makefile 6 SRCS= dovend.c dumptab.c getif.c hash.c hwaddr.c lookup.c readfile.c \
  /src/external/mit/xorg/bin/xmessage/
Makefile 6 SRCS= xmessage.c makeform.c readfile.c
  /src/usr.bin/xlint/lint2/
externs2.h 66 void readfile(const char *);
main2.c 131 readfile(argv[i]);
141 readfile(libs[i]);
read.c 214 readfile(const char *name) function
  /src/usr.sbin/lpr/lpd/
recvjob.c 81 static int readfile(char *, int);
177 if (!readfile(tfname, size)) {
201 (void)readfile(dfname, size);
212 readfile(char *file, int size) function
221 frecverr("readfile: %s: illegal path name: %m", file);
  /src/external/bsd/unbound/dist/testcode/
memstats.c 190 readfile(rbtree_type* tree, const char* fname) function
253 readfile(tree, argv[1]);
  /src/external/bsd/ekermit/dist/
main.c 70 int readfile(struct k_data *);
362 k.readf = readfile; /* for reading files */
unixio.c 30 int readfile() Input file - read data
495 readfile(struct k_data * k) { function
498 fprintf(dp,"readfile ZINPTR NOT SET\n");
506 debug(DB_LOG,"readfile binary ok zincnt",0,k->zincnt);
519 debug(DB_LOG,"readfile text ok zincnt",0,k->zincnt);
529 debug(DB_LOG,"readfile exit zincnt",0,k->zincnt);
530 debug(DB_LOG,"readfile exit zinptr",0,k->zinptr);
  /src/external/bsd/dhcpcd/dist/src/
common.c 114 readfile(const char *file, void *data, size_t len) function
common.h 166 ssize_t readfile(const char *, void *, size_t);
dhcp-common.c 1029 return readfile(file, data, len);
privsep-root.c 570 err = readfile(data, buf, sizeof(buf));
  /src/external/public-domain/sqlite/dist/autosetup/
system.tcl 132 set old [readfile $file ""]
160 foreach line [split [readfile $infile] \n] {
autosetup 855 # @readfile filename ?default=""?
860 proc readfile {filename {default_value ""}} {
1529 puts [readfile $path]
1835 set buf [readfile $file]
1852 puts $f "\nset modsource($destname) \\\n[list [readfile $srcname]\n]\n"
1914 if {![string match "*\nWRAPPER=*" [readfile configure]]} {
1954 writefile $target [readfile $source]\n
cc.tcl 459 ## -sourcefile file Shorthand for -source [readfile [get-define srcdir]/$file]
492 set opts(-source) [readfile [get-define srcdir]/$opts(-sourcefile) "#error can't find $opts(-sourcefile)"]
  /src/games/cgram/
cgram.c 243 readfile(const char *name) function
557 readfile(filename);
  /src/external/gpl2/texinfo/dist/util/
install-info.c 678 readfile (char *filename, int *sizep,
1311 input_data = readfile (infile, &input_size, NULL, NULL, NULL);
1360 dir_data = readfile (dirfile, &dir_size, ensure_dirfile_exists,
667 readfile (char *filename, int *sizep, function
  /src/external/bsd/ppp/dist/pppd/
options.c 185 static int readfile(char **);
268 { "file", o_special, (void *)readfile,
1638 * readfile - take commands from a file.
1641 readfile(char **argv) function

Completed in 50 milliseconds