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

/barrelfish-master/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)) {
/barrelfish-master/lib/libc/net/
H A Dgetaddrinfo.c2832 int trailing_dot, ret, saved_herrno; local
2843 trailing_dot = 0;
2845 trailing_dot++;
2860 if (dots >= res->ndots || trailing_dot) {
2862 if (ret > 0 || trailing_dot)
2890 (dots && !trailing_dot && (res->options & RES_DNSRCH))) {

Completed in 86 milliseconds