Searched refs:Curl_fnmatch (Results 1 - 4 of 4) sorted by relevance
/third_party/curl/lib/ |
H A D | curl_fnmatch.h | 33 * 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 D | curl_fnmatch.c | 355 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 D | ftplistparser.c | 334 compare = Curl_fnmatch; in ftp_pl_insert_finfo()
|
/third_party/curl/tests/unit/ |
H A D | unit1307.c | 297 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