Searched refs:fnmatchx (Results 1 – 1 of 1) sorted by relevance
123 static int fnmatchx(const char *pattern, const char *string, int flags, size_t recursion) in fnmatchx() function201 int e = fnmatchx(pattern, string, flags & ~FNM_PERIOD, recursion); in fnmatchx()260 return fnmatchx(pattern, string, flags, 64); in fnmatch()