Home
last modified time | relevance | path

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

/minix3/minix/usr.bin/grep/
H A Dgrep.h86 int procfile(const char *fn);
H A Dgrep.c497 exit(!procfile(NULL)); in main()
503 c += procfile(*argv); in main()
H A Dutil.c85 c += procfile(p->fts_path); in grep_tree()
96 procfile(const char *fn) in procfile() function