Home
last modified time | relevance | path

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

/external/curl/lib/
Dcookie.c404 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()
Dcurl_setup_once.h293 #define ISBLANK(x) (int)((((unsigned char)x) == ' ') || \ macro
Dcurl_fnmatch.c376 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