Home
last modified time | relevance | path

Searched refs:Curl_fnmatch (Results 1 – 5 of 5) sorted by relevance

/third_party/curl/lib/
Dcurl_fnmatch.h44 int Curl_fnmatch(void *ptr, const char *pattern, const char *string);
Dcurl_fnmatch.c355 int Curl_fnmatch(void *ptr, const char *pattern, const char *string) in Curl_fnmatch() function
369 int Curl_fnmatch(void *ptr, const char *pattern, const char *string) in Curl_fnmatch() function
Dftplistparser.c337 compare = Curl_fnmatch; in ftp_pl_insert_finfo()
/third_party/curl/tests/data/
Dtest130721 internal Curl_fnmatch() testing
/third_party/curl/tests/unit/
Dunit1307.c297 int rc = Curl_fnmatch(NULL, tests[i].pattern, tests[i].string);