Searched defs:isspace (Results 1 – 9 of 9) sorted by relevance
41 #define isspace(c) ((c) == ' ' || (c) == '\t' || (c) == '\r' || (c) == '\n') macro
67 #define isspace isspace_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
30 #define isspace(c) ((__ismask(c)&(_S)) != 0) macro
53 #define isspace(a) (((CHAR)a == ' ') || ((CHAR)a == '\t')) macro
143 #define isspace(c) do_not_use_isspace_with_safe_ctype macro
670 static boolean isspace(char c) { in isspace() method in ApiFile
38 Bool VG_(isspace) ( Char c ) in VG_() argument
362 #define isspace grub_isspace macro