Searched defs:IS_HOST_CHAR (Results 1 – 1 of 1) sorted by relevance
432 #define IS_HOST_CHAR(c) (IS_ALPHANUM(c) || (c) == '.' || (c) == '-') macro437 #define IS_HOST_CHAR(c) \ macro