Searched refs:fnmatch_ch (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/apr/strings/
H A Dapr_fnmatch.c74 static APR_INLINE int fnmatch_ch(const char **pattern, const char **string, int flags) function
323 * Use a dummy fnmatch_ch() test to count one "[range]" escape
331 fnmatch_ch(&matchptr, &dummyptr, flags);
357 if (!fnmatch_ch(&pattern, &string, flags))
403 * Solution may be to use fnmatch_ch() to walk the patterns?

Completed in 139 milliseconds