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

/freebsd-11-stable/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);
1269 procfile(*argv, &list, &fl);
H A Dfile.c835 procfile(const char *fsrc, struct sort_list *list, struct file_list *fl) function
/freebsd-11-stable/usr.bin/grep/
H A Dgrep.h163 bool procfile(const char *fn);
H A Dutil.c129 * the -R option. Each appropriate file is passed to procfile().
188 if (ok && procfile(p->fts_path))
282 procfile(const char *fn) function
H A Dgrep.c779 exit(!procfile("-"));
787 if (procfile(*aargv))
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipf.c37 static void procfile(char *);
109 procfile(optarg);
234 static void procfile(file) function
/freebsd-11-stable/contrib/gdb/gdb/
H A Dprocfs.c821 char procfile[80]; local
829 sprintf (procfile, "process %d", pi->pid);
830 print_sys_errmsg (procfile, errno);

Completed in 188 milliseconds