Home
last modified time | relevance | path

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

/external/bison/lib/
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)) in INTERNAL()
/external/bluetooth/glib/glib/
Dgstrfuncs.c698 #define ISSPACE(c) ((c) == ' ' || (c) == '\f' || (c) == '\n' || \ in g_parse_long_long() macro
726 while (ISSPACE (*s)) in g_parse_long_long()
/external/clearsilver/util/regex/
Dregex.c202 #define ISSPACE(c) (IN_CTYPE_DOMAIN (c) && isspace (c)) macro
2103 || (is_space && ISSPACE (ch))
/external/qemu/
Darm-dis.c30 #define ISSPACE(x) ((x) == ' ' || (x) == '\t' || (x) == '\n') macro