Searched refs:ISBLANK (Results 1 – 5 of 5) sorted by relevance
198 while(*lineptr && ISBLANK(*lineptr)) in altsvc_load()348 while(*p && ISBLANK(*p)) in getalnum()351 while(*p && !ISBLANK(*p) && (*p != ';') && (*p != '=')) in getalnum()450 while(*semip && ISBLANK(*semip)) in Curl_altsvc_parse()455 while(*semip && ISBLANK(*semip)) in Curl_altsvc_parse()
475 while(*lineptr && ISBLANK(*lineptr)) in Curl_cookie_add()511 if(ISBLANK(*endofn)) { in Curl_cookie_add()513 while(*endofn && ISBLANK(*endofn) && nlen) { in Curl_cookie_add()522 while(len && ISBLANK(what[len-1])) { in Curl_cookie_add()529 while(*whatptr && ISBLANK(*whatptr)) in Curl_cookie_add()686 while(*ptr && ISBLANK(*ptr)) in Curl_cookie_add()1152 while(*lineptr && ISBLANK(*lineptr)) in Curl_cookie_init()
78 #define ISBLANK(x) (int)((((unsigned char)x) == ' ') || \ macro
326 found = ISBLANK(*s); in loop()
266 while(*pattern && ISBLANK(*pattern)) in glob_range()