Searched refs:checkfor (Results 1 – 2 of 2) sorted by relevance
42 --checkfor [version] check for (lib)curl of the specified version105 --checkfor)106 checkfor=$2107 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@"
618 const char *checkfor) in inlist() argument620 size_t thislen = strlen(checkfor); in inlist()622 DEBUGASSERT(checkfor[thislen-1] != ':'); in inlist()625 if(curl_strnequal(head->data, checkfor, thislen) && in inlist()