Searched refs:ISSPACE (Results 1 – 4 of 4) sorted by relevance
205 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) macro209 # define ISSPACE(Ch) iswspace (Ch) macro223 # define ISSPACE(Ch) __isspace_l ((Ch), loc) macro227 # define ISSPACE(Ch) (IN_CTYPE_DOMAIN (Ch) && isspace (Ch)) macro304 while (ISSPACE (*s)) in INTERNAL()
98 #define ISSPACE(c) _sch_test(c, _sch_isspace) macro
382 #define ISSPACE(c) isspace((int)(unsigned char)(c)) macro2817 while (ISSPACE(*ips) || *ips == ',' || *ips == '\t') in evdns_nameserver_ip_add_line()
27 #define ISSPACE(x) ((x) == ' ' || (x) == '\t' || (x) == '\n') macro