Searched defs:ISSPACE (Results 1 – 7 of 7) sorted by relevance
49 #define ISSPACE(c) ((c) == ' ' || (c) == '\t') macro
63 #define ISSPACE(_c) \ macro
85 #define ISSPACE(x) isspace((u_char)(x)) macro
47 #define ISSPACE(c) (c == ' ' || c == '\t') macro
1244 #define ISSPACE(c) (c == ' ' || c == '\t' || c == '\n' || c == '\0') in get_netconfig_strategy() macro
87 #define ISSPACE(c) ((c) == ' ' || (c) == '\t') macro
1696 #define ISSPACE(x) isspace((u_char)(x)) macro