/src/usr.bin/hexdump/ |
hexsyntax.c | 87 addfile(optarg);
|
hexdump.h | 83 void addfile(char *);
|
parse.c | 68 addfile(char *name) function in typeref:typename:void
|
/src/sbin/restore/ |
extern.h | 35 long addfile(const char *, ino_t, int);
|
interactive.c | 143 treescan(name, ino, addfile);
|
main.c | 294 treescan(name, ino, addfile);
|
restore.c | 75 addfile(const char *name, ino_t ino, int type) function in typeref:typename:long 112 * This is used by the 'i' option to undo previous requests made by addfile.
|
/src/usr.bin/config/ |
files.c | 96 addfile(const char *path, struct condexpr *optx, u_char flags, const char *rule) function in typeref:typename:void 150 panic("addfile: ht_lookup(%s)", path); 306 addfile("devsw.c", NULL, 0, NULL); 307 addfile("ioconf.c", NULL, 0, NULL); 312 addfile(intern(swapname), NULL, 0, NULL);
|
defs.h | 539 void addfile(const char *, struct condexpr *, u_char, const char *);
|
gram.y | 355 XFILE filename fopts fflags rule { addfile($2, $3, $4, $5); } 360 XOBJECT filename fopts oflags { addfile($2, $3, $4, NULL); }
|