Home
last modified time | relevance | path

Searched refs:fnmatch_pattern_has_wildcards (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/grep/lib/
H A Dexclude.h49 bool fnmatch_pattern_has_wildcards (const char *, int) _GL_ATTRIBUTE_PURE;
H A Dexclude.c143 fnmatch_pattern_has_wildcards (const char *str, int options) in fnmatch_pattern_has_wildcards() function
525 && fnmatch_pattern_has_wildcards (pattern, options)) in add_exclude()