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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dcurl_fnmatch.h31 * Implemented with recursive backtracking, if you want to use Curl_fnmatch,
42 int Curl_fnmatch(void *ptr, const char *pattern, const char *string);
H A Dcurl_fnmatch.c419 int Curl_fnmatch(void *ptr, const char *pattern, const char *string) function
422 prototype, but not used by Curl_fnmatch() */
H A Dftplistparser.c327 compare = Curl_fnmatch;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/unit/
H A Dunit1307.c226 rc = Curl_fnmatch(NULL, tests[i].pattern, tests[i].string);
228 printf("Curl_fnmatch(\"%s\", \"%s\") should return %d (returns %d)\n",

Completed in 96 milliseconds