HomeSort by: relevance | last modified time | path
    Searched defs:trailing_dot (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/resolv/
res_query.c 254 int trailing_dot, ret, saved_herrno; local in function:res_nsearch
264 trailing_dot = 0;
266 trailing_dot++;
278 if (dots >= statp->ndots || trailing_dot) {
281 if (ret > 0 || trailing_dot)
294 (dots && !trailing_dot && (statp->options & RES_DNSRCH) != 0U)) {
  /src/usr.bin/make/
dir.c 1169 const char *trailing_dot = "."; local in function:FindFile
1231 base = trailing_dot; /* we were given a trailing "/" */
  /src/lib/libc/net/
getaddrinfo.c 2685 int trailing_dot, ret, saved_herrno; local in function:res_searchN
2698 trailing_dot = 0;
2700 trailing_dot++;
2730 (dots && !trailing_dot && (res->options & RES_DNSRCH))) {

Completed in 70 milliseconds