Home
last modified time | relevance | path

Searched refs:procfile (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/ipfilter/tools/
H A Dipf.c37 static void procfile __P((char *));
109 procfile(optarg);
234 static void procfile(file) in procfile() function
/freebsd-12.1/usr.bin/sort/
H A Dfile.h119 int procfile(const char *fn, struct sort_list *list, struct file_list *fl);
H A Dsort.c1266 procfile("-", &list, &fl); in main()
1269 procfile(*argv, &list, &fl); in main()
H A Dfile.c834 procfile(const char *fsrc, struct sort_list *list, struct file_list *fl) in procfile() function
/freebsd-12.1/usr.bin/grep/
H A Dgrep.h143 bool procfile(const char *fn);
H A Dgrep.c726 exit(!procfile("-"));
734 if (procfile(*aargv))
H A Dutil.c185 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 Dprocfs.c821 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()