Home
last modified time | relevance | path

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

/dragonfly/contrib/grep/lib/
HDexclude.h58 bool excluded_file_name (struct exclude const *, char const *);
HDexclude.c470 excluded_file_name (struct exclude const *ex, char const *f) in excluded_file_name() function
/dragonfly/contrib/grep/src/
HDgrep.c791 return pats[command_line] && excluded_file_name (pats[command_line], name); in skipped_file()