OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
25
#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
51
#include "
curl_fnmatch
.h"
324
compare =
Curl_fnmatch
;
/external/curl/tests/unit/
unit1307.c
24
#include "
curl_fnmatch
.h"
226
rc =
Curl_fnmatch
(NULL, tests[i].pattern, tests[i].string);
228
printf("
Curl_fnmatch
(\"%s\", \"%s\") should return %d (returns %d)\n",
Completed in 658 milliseconds