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

  /src/usr.bin/btkey/
btkey.h 46 bool read_file(void);
btkey.c 169 if (!read_file())
file.c 96 read_file(void) function in typeref:typename:bool
  /src/lib/libc/time/
tzselect.ksh 180 read_file() { function
190 read_file TZ_COUNTRY_TABLE "$TZDIR/iso3166.tab"
191 read_file TZ_ZONETABTYPE_TABLE "$TZDIR/$zonetabtype.tab"
444 ${TZ_ZONENOW_TABLE:+:} read_file TZ_ZONENOW_TABLE "$TZDIR/zonenow.tab"
  /src/sbin/efi/
utils.h 94 char *read_file(const char *, size_t *);
bootvar.c 217 bb->u.vp = read_file(fname, &bb->size);
utils.c 396 read_file(const char *fname, size_t *size) function in typeref:typename:char *
main.c 202 buf = read_file(fname, &cnt);
  /src/games/atc/
main.c 74 static int read_file(const char *);
153 if (file == NULL || read_file(file) < 0)
225 read_file(const char *s) function in typeref:typename:int
  /src/bin/ed/
ed.h 219 long read_file(char *, long);
io.c 42 /* read_file: read a named file/pipe into the buffer; return line count */
44 read_file(char *fn, long n) function in typeref:typename:long
main.c 180 if (read_file(*argv, 0) < 0 && !isatty(0))
535 if (read_file(*fnp ? fnp : old_filename, 0) < 0)
693 if ((addr = read_file(*fnp ? fnp : old_filename, second_addr)) < 0)
  /src/sys/arch/sgimips/stand/sgivol/
sgivol.c 105 void read_file(void);
242 read_file();
390 read_file(void) function in typeref:typename:void

Completed in 104 milliseconds