Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/grep/
H A Dutil.c64 file_matching(const char *fname) in file_matching() function
171 ok &= file_matching(p->fts_path); in grep_tree()
H A Dgrep.h140 bool file_matching(const char *fname);
H A Dgrep.c710 if ((finclude || fexclude) && !file_matching(*aargv)) in main()