HomeSort by relevance Sort by last modified time
    Searched refs:Curl_fnmatch (Results 1 - 4 of 4) sorted by null

  /external/curl/lib/
curl_fnmatch.h 31 * Implemented with recursive backtracking, if you want to use Curl_fnmatch,
42 int Curl_fnmatch(void *ptr, const char *pattern, const char *string);
curl_fnmatch.c 27 #include "curl_fnmatch.h"
416 int Curl_fnmatch(void *ptr, const char *pattern, const char *string)
419 prototype, but not used by Curl_fnmatch() */
ftplistparser.c 50 #include "curl_fnmatch.h"
294 compare = Curl_fnmatch;
  /external/curl/tests/unit/
unit1307.c 24 #include "curl_fnmatch.h"
229 rc = Curl_fnmatch(NULL, tests[i].pattern, tests[i].string);
231 printf("Curl_fnmatch(\"%s\", \"%s\") should return %d (returns %d)\n",

Completed in 91 milliseconds