Searched defs:trailing_dot (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_query.c222 int trailing_dot, ret, saved_herrno; local
232 trailing_dot = 0;
234 trailing_dot++;
246 if (dots >= statp->ndots || trailing_dot) {
249 if (ret > 0 || trailing_dot)
262 (dots && !trailing_dot && (statp->options & RES_DNSRCH) != 0U)) {
/osnet-11/usr/src/lib/nsswitch/mdns/common/
H A Dmdns_common.c463 int trailing_dot = 0; local
469 trailing_dot++;
471 if (trailing_dot && srchidx > 0)
486 if ((trailing_dot || (strchr(name, '.') != NULL))) {
489 else if (trailing_dot)
/osnet-11/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_util.c1244 bool_t trailing_dot; local
1252 trailing_dot = (len1 > 0 && domain[len1 - 1] == PERIOD_CHAR) ?
1257 len + len1 + 2 + trailing_dot);
1261 if (trailing_dot != 0) {

Completed in 59 milliseconds