Searched defs:isspace (Results 1 – 6 of 6) sorted by relevance
21 static int isspace(int ch) { in isspace() function
54 #define isspace(a) (((CHAR)a == ' ') || ((CHAR)a == '\t')) macro
223 #define isspace(x) sane_istest(x,GIT_SPACE) 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) ( HChar c ) in VG_() argument