Home
last modified time | relevance | path

Searched refs:ISBLANK (Results 1 – 5 of 5) sorted by relevance

/external/curl/lib/
Dcookie.c412 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()
Dcurl_setup_once.h293 #define ISBLANK(x) (int)((((unsigned char)x) == ' ') || \ macro
Dcurl_fnmatch.c378 found = ISBLANK(*s); in loop()
/external/valgrind/coregrind/m_demangle/
Dsafe-ctype.h91 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
/external/c-ares/
Dsetup_once.h256 #define ISBLANK(x) (int)((((unsigned char)x) == ' ') || \ macro