Searched defs:IS_HOST_CHAR (Results 1 – 2 of 2) sorted by relevance
204 #define IS_HOST_CHAR(c) (isalnum((unsigned char)c) || (c) == '.' || (c) == '-') macro 208 #define IS_HOST_CHAR(c) \ macro
204 #define IS_HOST_CHAR(c) (isalnum((unsigned char)c) || (c) == '.' || (c) == '-') macro207 #define IS_HOST_CHAR(c) \ macro