Searched refs:ISBLANK (Results 1 – 5 of 5) sorted by relevance
474 while(*lineptr && ISBLANK(*lineptr)) in Curl_cookie_add()510 if(ISBLANK(*endofn)) { in Curl_cookie_add()512 while(*endofn && ISBLANK(*endofn) && nlen) { in Curl_cookie_add()521 while(len && ISBLANK(what[len-1])) { in Curl_cookie_add()528 while(*whatptr && ISBLANK(*whatptr)) in Curl_cookie_add()685 while(*ptr && ISBLANK(*ptr)) in Curl_cookie_add()1182 while(*lineptr && ISBLANK(*lineptr)) in Curl_cookie_init()
193 while(*lineptr && ISBLANK(*lineptr)) in altsvc_load()344 while(*p && ISBLANK(*p)) in getalnum()446 while(*semip && ISBLANK(*semip)) in Curl_altsvc_parse()
78 #define ISBLANK(x) (int)((((unsigned char)x) == ' ') || \ macro
335 found = ISBLANK(*s); in loop()
266 while(*pattern && ISBLANK(*pattern)) in glob_range()