Home
last modified time | relevance | path

Searched refs:domainchar (Results 1 – 2 of 2) sorted by relevance

/NextBSD/lib/libc/resolv/
HDres_comp.c156 #define domainchar(c) ((c) > 0x20 && (c) < 0x7f) macro
211 if (!domainchar(ch)) in res_mailok()
234 if (!domainchar(ch)) in res_dnok()
/NextBSD/sbin/dhclient/
HDdhclient.c82 #define domainchar(c) ((c) > 0x20 && (c) < 0x7f) macro