Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.c424 int hlen = 0, alen, iplen, len, isans; in _nss_dns_gethost_withttl() local
631 if ((isans = strncasecmp(host, ans, hlen)) != 0 && in _nss_dns_gethost_withttl()
669 if (isans == 0) { /* host matched ans. */ in _nss_dns_gethost_withttl()