Searched refs:addfile (Results 1 – 9 of 9) sorted by relevance
/freebsd/usr.bin/fstat/ |
H A D | fuser.c | 113 static int addfile(const char *path, struct reqfile *reqfile); 144 addfile(const char *path, struct reqfile *reqfile) in addfile() function 236 if (!addfile(*(argv++), &reqfiles[nfiles])) in do_fuser()
|
/freebsd/usr.bin/hexdump/ |
H A D | hexsyntax.c | 81 addfile(optarg); in newsyntax()
|
H A D | hexdump.h | 84 void addfile(const char *);
|
H A D | parse.c | 45 addfile(const char *name) in addfile() function
|
/freebsd/sbin/restore/ |
H A D | extern.h | 33 long addfile(char *, ino_t, int);
|
H A D | main.c | 267 treescan(name, ino, addfile); in main()
|
H A D | interactive.c | 130 treescan(name, ino, addfile); in runcmdshell()
|
H A D | restore.c | 67 addfile(char *name, ino_t ino, int type) in addfile() function
|
/freebsd/usr.sbin/syslogd/ |
H A D | syslogd.c | 581 addfile(int fd) in addfile() function 785 addfile(s); in main()
|