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

/src/lib/libc/net/
H A Dgetaddrinfo.c389 #define alphachar(c) (((c) >= 'a' && (c) <= 'z') || ((c) >= 'A' && (c) <= 'Z')) macro
/src/lib/libc/resolv/
H A Dres_comp.c165 #define alphachar(c) (((c) >= 0x41 && (c) <= 0x5a) \ macro

Completed in 37 milliseconds