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

/macosx-10.10/libresolv-57/
H A Dres_comp.c151 #define alphachar(c) (((c) >= 0x41 && (c) <= 0x5a) \ macro
155 #define borderchar(c) (alphachar(c) || digitchar(c))
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dname.c285 #define alphachar(c) (((c) >= 0x41 && (c) <= 0x5a) \ macro
288 #define borderchar(c) (alphachar(c) || digitchar(c))

Completed in 171 milliseconds