Searched defs:alphachar (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dname.c299 #define alphachar(c) (((c) >= 0x41 && (c) <= 0x5a) \ macro
302 #define borderchar(c) (alphachar(c) || digitchar(c))

Completed in 13 milliseconds