Searched refs:ISSPACE (Results 1 - 4 of 4) sorted by relevance

/external/bison/lib/
H A Dstrtol.c205 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) macro
209 # define ISSPACE(Ch) iswspace (Ch) macro
223 # define ISSPACE(Ch) __isspace_l ((Ch), loc) macro
227 # define ISSPACE(Ch) (IN_CTYPE_DOMAIN (Ch) && isspace (Ch)) macro
304 while (ISSPACE (*s))
/external/valgrind/main/coregrind/m_demangle/
H A Dsafe-ctype.h98 #define ISSPACE(c) _sch_test(c, _sch_isspace) macro
/external/chromium/third_party/libevent/
H A Devdns.c382 #define ISSPACE(c) isspace((int)(unsigned char)(c)) macro
2817 while (ISSPACE(*ips) || *ips == ',' || *ips == '\t')
/external/qemu/
H A Darm-dis.c27 #define ISSPACE(x) ((x) == ' ' || (x) == '\t' || (x) == '\n') macro

Completed in 1355 milliseconds