Searched refs:include_patterns (Results 1 – 2 of 2) sorted by relevance
157 bool set_fnmatch(Set *include_patterns, Set *exclude_patterns, const char *needle);
2087 bool set_fnmatch(Set *include_patterns, Set *exclude_patterns, const char *needle) { in set_fnmatch() argument2093 if (set_isempty(include_patterns)) in set_fnmatch()2096 return set_fnmatch_one(include_patterns, needle); in set_fnmatch()