Searched refs:dnsrch (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/lib/libc/resolv/
H A Dres_init.c301 pp = statp->dnsrch;
303 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) {
380 pp = statp->dnsrch;
382 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) {
562 pp = statp->dnsrch;
571 while (pp < statp->dnsrch + MAXDFLSRCH) {
581 printf(";; res_init()... default dnsrch list:\n");
582 for (pp = statp->dnsrch; *pp; pp++)
H A Dres_query.c282 for (domain = (const char * const *)statp->dnsrch;
/freebsd-13-stable/include/
H A Dresolv.h162 char *dnsrch[MAXDNSRCH+1]; /*%< components of domain to search */ member in struct:__res_state
/freebsd-13-stable/usr.sbin/ypserv/
H A Dyp_dnslookup.c447 q->domain = _res.dnsrch;
/freebsd-13-stable/contrib/sendmail/src/
H A Ddomain.c52 # define RES_DNSRCH_VARIABLE _res.dnsrch
/freebsd-13-stable/lib/libc/net/
H A Dgetaddrinfo.c2891 for (domain = (const char * const *)res->dnsrch;

Completed in 140 milliseconds