Searched refs:LABELCHR (Results 1 – 1 of 1) sorted by relevance
476 #define LABELCHR(c) ((c) == '-' || (c) == '_' || isalpha((unsigned char)(c)) || isdigit((unsigned c… macro493 while (LABELCHR(*s)) in valid_domainname()