Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dcurl_fnmatch.h33 * Implemented with recursive backtracking, if you want to use Curl_fnmatch,
44 int Curl_fnmatch(void *ptr, const char *pattern, const char *string);
H A Dcurl_fnmatch.c355 int Curl_fnmatch(void *ptr, const char *pattern, const char *string) in Curl_fnmatch() function
358 prototype, but not used by Curl_fnmatch() */ in Curl_fnmatch()
369 int Curl_fnmatch(void *ptr, const char *pattern, const char *string) in Curl_fnmatch() function
372 prototype, but not used by Curl_fnmatch() */ in Curl_fnmatch()
H A Dftplistparser.c334 compare = Curl_fnmatch; in ftp_pl_insert_finfo()
/third_party/curl/tests/unit/
H A Dunit1307.c297 int rc = Curl_fnmatch(NULL, tests[i].pattern, tests[i].string);
306 printf("Curl_fnmatch(\"%s\", \"%s\") should return %s (returns %s)"

Completed in 4 milliseconds