Searched refs:checkfor (Results 1 – 3 of 3) sorted by relevance
47 --checkfor [version] check for (lib)curl of the specified version103 --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@"
653 const char *checkfor) in inlist() argument655 size_t thislen = strlen(checkfor); in inlist()657 DEBUGASSERT(checkfor[thislen-1] != ':'); in inlist()660 if(curl_strnequal(head->data, checkfor, thislen) && in inlist()
40 ## --checkfor [version]
Completed in 6 milliseconds