Searched refs:fnmatch (Results 1 - 1 of 1) sorted by relevance
| /bind-9.11.3/contrib/dlz/modules/wildcard/ |
| H A D | dlz_wildcard_dynamic.c | 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) { function 620 if (!fnmatch(patter [all...] |
Completed in 8 milliseconds