Searched refs:ISBLANK (Results 1 – 5 of 5) sorted by relevance
412 while(*lineptr && ISBLANK(*lineptr)) in Curl_cookie_add()437 if(ISBLANK(*endofn)) { in Curl_cookie_add()439 while(*endofn && ISBLANK(*endofn) && nlen) { in Curl_cookie_add()448 while(len && ISBLANK(what[len-1])) { in Curl_cookie_add()455 while(*whatptr && ISBLANK(*whatptr)) in Curl_cookie_add()576 while(*ptr && ISBLANK(*ptr)) in Curl_cookie_add()970 while(*lineptr && ISBLANK(*lineptr)) in Curl_cookie_init()
293 #define ISBLANK(x) (int)((((unsigned char)x) == ' ') || \ macro
378 found = ISBLANK(*s); in loop()
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
256 #define ISBLANK(x) (int)((((unsigned char)x) == ' ') || \ macro