Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dfnmatch.c123 static int fnmatchx(const char *pattern, const char *string, int flags, size_t recursion) in fnmatchx() function
201 int e = fnmatchx(pattern, string, flags & ~FNM_PERIOD, recursion); in fnmatchx()
260 return fnmatchx(pattern, string, flags, 64); in fnmatch()