Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/ipf/ipf/
H A Dipf.c37 static void procfile(char *);
108 procfile(optarg); in main()
235 procfile(char *file) in procfile() function
/freebsd-13.1/usr.bin/sort/
H A Dfile.h119 int procfile(const char *fn, struct sort_list *list, struct file_list *fl);
H A Dsort.c1288 procfile("-", &list, &fl); in main()
1291 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-13.1/usr.bin/grep/
H A Dgrep.h143 bool procfile(const char *fn);
H A Dgrep.c706 exit(!procfile("-"));
714 if (procfile(*aargv))
H A Dutil.c185 if (ok && procfile(p->fts_path)) in grep_tree()
291 procfile(const char *fn) in procfile() function