Searched defs:IS_HOST_CHAR (Results 1 – 2 of 2) sorted by relevance
128 #define IS_HOST_CHAR(c) (IS_ALPHANUM(c) || (c) == '.' || (c) == '-') macro132 #define IS_HOST_CHAR(c) \ macro
284 #define IS_HOST_CHAR(c) (IS_ALPHANUM(c) || (c) == '.' || (c) == '-') macro287 #define IS_HOST_CHAR(c) \ macro