Searched refs:Curl_fnmatch (Results 1 – 5 of 5) sorted by relevance
42 int Curl_fnmatch(void *ptr, const char *pattern, const char *string);
353 int Curl_fnmatch(void *ptr, const char *pattern, const char *string) in Curl_fnmatch() function367 int Curl_fnmatch(void *ptr, const char *pattern, const char *string) in Curl_fnmatch() function
298 compare = Curl_fnmatch; in ftp_pl_insert_finfo()
21 internal Curl_fnmatch() testing
295 int rc = Curl_fnmatch(NULL, tests[i].pattern, tests[i].string);