Home
last modified time | relevance | path

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

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