HomeSort by relevance Sort by last modified time
    Searched refs:trailing_dot (Results 1 - 2 of 2) sorted by null

  /bionic/libc/netbsd/resolv/
res_query.c 231 int trailing_dot, ret, saved_herrno; local
242 trailing_dot = 0;
244 trailing_dot++;
256 if (dots >= statp->ndots || trailing_dot) {
259 if (ret > 0 || trailing_dot)
272 (dots && !trailing_dot && (statp->options & RES_DNSRCH) != 0U)) {
  /bionic/libc/netbsd/net/
getaddrinfo.c 2263 int trailing_dot, ret, saved_herrno; local
    [all...]

Completed in 5794 milliseconds