Searched refs:trailing_dot (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/lib/libc/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)
277 (dots && !trailing_dot && (statp->options & RES_DNSRCH) != 0U)) {
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dtransited.c45 unsigned trailing_dot:1; member in struct:tr_realm
168 if(r->trailing_dot){
234 r->trailing_dot = 1;
/freebsd-11-stable/lib/libc/net/
H A Dgetaddrinfo.c2828 int trailing_dot, ret, saved_herrno; local
2839 trailing_dot = 0;
2841 trailing_dot++;
2856 if (dots >= res->ndots || trailing_dot) {
2858 if (ret > 0 || trailing_dot)
2886 (dots && !trailing_dot && (res->options & RES_DNSRCH))) {
/freebsd-11-stable/contrib/bmake/
H A Ddir.c1138 const char *trailing_dot = "."; local
1245 cp = trailing_dot;

Completed in 114 milliseconds