Searched defs:ISSPACE (Results 1 – 8 of 8) sorted by relevance
39 #define ISSPACE(x) (isspace((int) ((unsigned char)x))) macro64 #define ISSPACE(x) (Curl_isspace((int) ((unsigned char)x))) macro
627 #define ISSPACE(c) ((c) == ' ' || (c) == '\f' || (c) == '\n' || \ macro
124 #define ISSPACE(x) ((x) <= ' ') /* Not conventional - but works fine! */ macro
275 #define ISSPACE(x) (isspace((int) ((unsigned char)x))) macro
542 static inline bool ISSPACE (unsigned char c) in ISSPACE() function
1039 #define ISSPACE(c) ((c) == ' ' || (c) == '\f' || (c) == '\n' || \ macro
739 static inline bool ISSPACE (unsigned char c) in ISSPACE() function
752 static inline bool ISSPACE (unsigned char c) in ISSPACE() function