Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/ipf/ipf/
H A Dipf.c36 static void procfile(char *);
107 procfile(optarg); in main()
234 procfile(char *file) in procfile() function
/freebsd-14.2/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-14.2/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.c182 if (ok && procfile(p->fts_path)) in grep_tree()
288 procfile(const char *fn) in procfile() function