Home
last modified time | relevance | path

Searched refs:checkfor (Results 1 – 2 of 2) sorted by relevance

/third_party/curl/
Dcurl-config.in42 --checkfor [version] check for (lib)curl of the specified version
105 --checkfor)
106 checkfor=$2
107 cmajor=`echo $checkfor | cut -d. -f1`
108 cminor=`echo $checkfor | cut -d. -f2`
111 cpatch=`echo $checkfor | cut -d. -f3 | cut -d- -f1`
133 echo "requested version $checkfor is newer than existing @CURLVERSION@"
/third_party/curl/src/
Dtool_paramhlp.c618 const char *checkfor) in inlist() argument
620 size_t thislen = strlen(checkfor); in inlist()
622 DEBUGASSERT(checkfor[thislen-1] != ':'); in inlist()
625 if(curl_strnequal(head->data, checkfor, thislen) && in inlist()