HomeSort by: relevance | last modified time | path
    Searched refs:ndots (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/resolv/
res_init.c 266 statp->ndots = 1;
625 if (!strncmp(cp, "ndots:", sizeof("ndots:") - 1)) {
626 i = atoi(cp + sizeof("ndots:") - 1);
628 statp->ndots = i;
630 statp->ndots = RES_MAXNDOTS;
633 printf(";;\tndots=%d\n", statp->ndots);
res_query.c 274 * try 'as is'. The threshold can be set with the "ndots" option.
278 if (dots >= statp->ndots || trailing_dot) {
  /src/include/
resolv.h 168 unsigned ndots:4; /*%< threshold for initial abs. query */ member in struct:__res_state
  /src/lib/libc/net/
getaddrinfo.c 2715 * 'as is'. The threshold can be set with the "ndots" option.
2718 if (dots >= res->ndots) {

Completed in 42 milliseconds