Searched refs:procfile (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/ipfilter/tools/ |
| H A D | ipf.c | 37 static void procfile __P((char *)); 109 procfile(optarg); 234 static void procfile(file) in procfile() function
|
| /freebsd-12.1/usr.bin/sort/ |
| H A D | file.h | 119 int procfile(const char *fn, struct sort_list *list, struct file_list *fl);
|
| H A D | sort.c | 1266 procfile("-", &list, &fl); in main() 1269 procfile(*argv, &list, &fl); in main()
|
| H A D | file.c | 834 procfile(const char *fsrc, struct sort_list *list, struct file_list *fl) in procfile() function
|
| /freebsd-12.1/usr.bin/grep/ |
| H A D | grep.h | 143 bool procfile(const char *fn);
|
| H A D | grep.c | 726 exit(!procfile("-")); 734 if (procfile(*aargv))
|
| H A D | util.c | 185 if (ok && procfile(p->fts_path)) in grep_tree() 279 procfile(const char *fn) in procfile() function
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | procfs.c | 821 char procfile[80]; in dead_procinfo() local 829 sprintf (procfile, "process %d", pi->pid); in dead_procinfo() 830 print_sys_errmsg (procfile, errno); in dead_procinfo()
|