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

/freebsd-11-stable/lib/libc/resolv/
H A Dres_comp.c155 #define domainchar(c) ((c) > 0x20 && (c) < 0x7f) macro
210 if (!domainchar(ch))
233 if (!domainchar(ch))
/freebsd-11-stable/sbin/dhclient/
H A Ddhclient.c83 #define domainchar(c) ((c) > 0x20 && (c) < 0x7f) macro

Completed in 164 milliseconds