Home
last modified time | relevance | path

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

/freebsd-head/lib/libc/resolv/
HDres_comp.c138 #define periodchar(c) ((c) == PERIOD) macro
159 if (periodchar(ch)) { in res_hnok()
161 } else if (periodchar(pch)) { in res_hnok()
164 } else if (periodchar(nch) || nch == '\0') { in res_hnok()
183 if (periodchar(dn[1])) in res_ownok()
207 if (!escaped && periodchar(ch)) in res_mailok()
214 if (periodchar(ch)) in res_mailok()
/freebsd-head/sbin/dhclient/
HDdhclient.c78 #define periodchar(c) ((c) == PERIOD) macro
2723 if (periodchar(ch)) { in res_hnok()
2725 } else if (periodchar(pch)) { in res_hnok()
2728 } else if (periodchar(nch) || nch == '\0') { in res_hnok()
2756 if (periodchar(ch) || whitechar(ch)) { in check_search()
2758 } else if (periodchar(pch)) { in check_search()
2761 } else if (periodchar(nch) || nch == '\0') { in check_search()
2798 while (periodchar(*buf) || digitchar(*buf)) in ipv4addrs()