Searched refs:procfile (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/sbin/ipf/ipf/ |
| D | ipf.c | 37 static void procfile(char *); 108 procfile(optarg); in main() 235 procfile(char *file) in procfile() function
|
| /freebsd-12-stable/usr.bin/sort/ |
| D | file.h | 119 int procfile(const char *fn, struct sort_list *list, struct file_list *fl);
|
| D | sort.c | 1266 procfile("-", &list, &fl); in main() 1269 procfile(*argv, &list, &fl); in main()
|
| D | file.c | 834 procfile(const char *fsrc, struct sort_list *list, struct file_list *fl) in procfile() function
|
| /freebsd-12-stable/usr.bin/grep/ |
| D | grep.h | 143 bool procfile(const char *fn);
|
| D | grep.c | 711 exit(!procfile("-")); 719 if (procfile(*aargv))
|
| D | util.c | 185 if (ok && procfile(p->fts_path)) in grep_tree() 289 procfile(const char *fn) in procfile() function
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| 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()
|