Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ipf/
H A Dipf.c32 static void procfile(char *);
103 procfile(optarg); in main()
230 procfile(char *file) in procfile() function
/freebsd/usr.bin/sort/
H A Dfile.h118 int procfile(const char *fn, struct sort_list *list, struct file_list *fl);
H A Dsort.c1276 procfile("-", &list, &fl); in main()
1279 procfile(*argv, &list, &fl); in main()
H A Dfile.c725 procfile(const char *fsrc, struct sort_list *list, struct file_list *fl) in procfile() function
/freebsd/usr.bin/grep/
H A Dgrep.h142 bool procfile(const char *fn);
H A Dgrep.c704 exit(!procfile("-"));
712 if (procfile(*aargv))
H A Dutil.c191 if (ok && procfile(p->fts_path)) in grep_tree()
311 procfile(const char *fn) in procfile() function