Home
last modified time | relevance | path

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

/NextBSD/lib/libc/resolv/
HDres_comp.c144 #define periodchar(c) ((c) == PERIOD) macro
165 if (periodchar(ch)) { in res_hnok()
167 } else if (periodchar(pch)) { in res_hnok()
170 } else if (periodchar(nch) || nch == '\0') { in res_hnok()
189 if (periodchar(dn[1])) in res_ownok()
213 if (!escaped && periodchar(ch)) in res_mailok()
220 if (periodchar(ch)) in res_mailok()
/NextBSD/sbin/dhclient/
HDdhclient.c73 #define periodchar(c) ((c) == PERIOD) macro
2599 if (periodchar(ch)) { in res_hnok()
2601 } else if (periodchar(pch)) { in res_hnok()
2604 } else if (periodchar(nch) || nch == '\0') { in res_hnok()
2632 if (periodchar(ch) || whitechar(ch)) { in check_search()
2634 } else if (periodchar(pch)) { in check_search()
2637 } else if (periodchar(nch) || nch == '\0') { in check_search()
2674 while (periodchar(*buf) || digitchar(*buf)) in ipv4addrs()