Searched refs:excluded_filename (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/diff/lib/
H A Dexclude.h43 bool excluded_filename (struct exclude const *, char const *);
H A Dexclude.c137 excluded_filename (struct exclude const *ex, char const *f) function
/freebsd-10.0-release/gnu/usr.bin/grep/
H A Dexclude.h35 int excluded_filename PARAMS ((struct exclude const *, char const *, int));
H A Dsavedir.c143 && !excluded_filename (included_patterns, path, 0))
146 && excluded_filename (excluded_patterns, path, 0))
H A Dexclude.c57 excluded_filename (struct exclude const *ex, char const *f, int options) function
H A Dgrep.c1850 ! excluded_filename (included_patterns, file, 0))
1853 excluded_filename (excluded_patterns, file, 0))
/freebsd-10.0-release/contrib/diff/src/
H A Ddir.c102 if (excluded_filename (excluded, d_name))

Completed in 138 milliseconds