Home
last modified time | relevance | path

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

/freebsd/lib/libc/resolv/
H A Dres_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/sbin/dhclient/
H A Ddhclient.c78 #define periodchar(c) ((c) == PERIOD) macro
2729 if (periodchar(ch)) { in res_hnok()
2731 } else if (periodchar(pch)) { in res_hnok()
2734 } else if (periodchar(nch) || nch == '\0') { in res_hnok()
2762 if (periodchar(ch) || whitechar(ch)) { in check_search()
2764 } else if (periodchar(pch)) { in check_search()
2767 } else if (periodchar(nch) || nch == '\0') { in check_search()
2804 while (periodchar(*buf) || digitchar(*buf)) in ipv4addrs()