Home
last modified time | relevance | path

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

/curl/
H A Dcurl-config.in45 --checkfor [version] check for (lib)curl of the specified version
101 --checkfor)
102 checkfor=$2
103 cmajor=$(echo "$checkfor" | cut -d. -f1)
104 cminor=$(echo "$checkfor" | cut -d. -f2)
107 cpatch=$(echo "$checkfor" | cut -d. -f3 | cut -d- -f1)
129 echo "requested version $checkfor is newer than existing @CURLVERSION@"
/curl/src/
H A Dtool_paramhlp.c657 const char *checkfor) in inlist() argument
659 size_t thislen = strlen(checkfor); in inlist()
661 DEBUGASSERT(checkfor[thislen-1] != ':'); in inlist()
664 if(curl_strnequal(head->data, checkfor, thislen) && in inlist()
/curl/docs/
H A Dcurl-config.md39 ## --checkfor [version]

Completed in 13 milliseconds