Home
last modified time | relevance | path

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

/curl/
H A Dcurl-config.in47 --checkfor [version] check for (lib)curl of the specified version
103 --checkfor)
104 checkfor="$2"
105 cmajor=`echo "$checkfor" | cut -d. -f1`
106 cminor=`echo "$checkfor" | cut -d. -f2`
109 cpatch=`echo "$checkfor" | cut -d. -f3 | cut -d- -f1`
131 echo "requested version $checkfor is newer than existing @CURLVERSION@"
/curl/src/
H A Dtool_paramhlp.c653 const char *checkfor) in inlist() argument
655 size_t thislen = strlen(checkfor); in inlist()
657 DEBUGASSERT(checkfor[thislen-1] != ':'); in inlist()
660 if(curl_strnequal(head->data, checkfor, thislen) && in inlist()
/curl/docs/
H A Dcurl-config.md40 ## --checkfor [version]

Completed in 6 milliseconds