Lines Matching refs:that
30 library, and the re-write of the file command in terms of that
32 programs that wish to identify file types without having to fork()
45 of the HP file command, I think), and his mods that finally got
54 the ritual information that is the source of this program's power.
62 magic numbers assigned to all sorts of data files that
72 * `src/asctime_r.c` - replacement for OS's that don't have it.
73 * `src/asprintf.c` - replacement for OS's that don't have it.
78 * `src/ctime_r.c` - replacement for OS's that don't have it.
80 * `src/dprintf.c` - replacement for OS's that don't have it.
86 * `src/fmtcheck.c` - replacement for OS's that don't have it.
89 * `src/getline.c` - replacement for OS's that don't have it.
90 * `src/getopt_long.c` - replacement for OS's that don't have it.
91 * `src/gmtime_r.c` - replacement for OS's that don't have it.
96 * `src/localtime_r.c` - replacement for OS's that don't have it.
98 * `src/mygetopt.h` - replacement for OS's that don't have it.
101 * `src/pread.c` - replacement for OS's that don't have it.
106 * `src/mygetopt.h` - replacement for OS's that don't have it.
107 * `src/strcasestr.c` - replacement for OS's that don't have it.
108 * `src/strlcat.c` - replacement for OS's that don't have it.
109 * `src/strlcpy.c` - replacement for OS's that don't have it.
110 * `src/strndup.c` - replacement for OS's that don't have it.
112 * `src/vasprintf.c` - for systems that don't have it.