Searched refs:ISBLANK (Results 1 – 5 of 5) sorted by relevance
404 while(*lineptr && ISBLANK(*lineptr)) in Curl_cookie_add()424 while(*endofn && ISBLANK(*endofn)) in Curl_cookie_add()431 while(len && ISBLANK(what[len-1])) { in Curl_cookie_add()438 while(*whatptr && ISBLANK(*whatptr)) in Curl_cookie_add()558 while(*ptr && ISBLANK(*ptr)) in Curl_cookie_add()937 while(*lineptr && ISBLANK(*lineptr)) in Curl_cookie_init()
293 #define ISBLANK(x) (int)((((unsigned char)x) == ' ') || \ macro
376 found = ISBLANK(*s); in loop()
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
256 #define ISBLANK(x) (int)((((unsigned char)x) == ' ') || \ macro