Home
last modified time | relevance | path

Searched defs:IS_HOST_CHAR (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Durl.c204 #define IS_HOST_CHAR(c) (isalnum((unsigned char)c) || (c) == '.' || (c) == '-') macro
208 #define IS_HOST_CHAR(c) \ macro
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Durl.c204 #define IS_HOST_CHAR(c) (isalnum((unsigned char)c) || (c) == '.' || (c) == '-') macro
207 #define IS_HOST_CHAR(c) \ macro