Lines Matching defs:fnmatch
67 /* fnmatch() return values. */
70 /* fnmatch() flags. */
116 fnmatch(const char *pattern, const char *string, int flags);
183 if (fnmatch(cd->axfr_pattern, client, FNM_CASEFOLD) == 0)
546 if (fnmatch(pattern, p + 1, FNM_CASEFOLD) == 0)
550 if (fnmatch(pattern, string, FNM_CASEFOLD) == 0)
557 * The helper functions stolen from the FreeBSD kernel (sys/libkern/fnmatch.c).
559 * Why don't we use fnmatch(3) from libc? Because it is not thread-safe, and
571 fnmatch(const char *pattern, const char *string, int flags) {
620 if (!fnmatch(pattern, string,