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

/freebsd-10-stable/lib/libc/resolv/
H A Dres_init.c300 pp = statp->dnsrch;
302 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) {
379 pp = statp->dnsrch;
381 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) {
561 pp = statp->dnsrch;
570 while (pp < statp->dnsrch + MAXDFLSRCH) {
580 printf(";; res_init()... default dnsrch list:\n");
581 for (pp = statp->dnsrch; *pp; pp++)
H A Dres_query.c281 for (domain = (const char * const *)statp->dnsrch;
/freebsd-10-stable/include/
H A Dresolv.h160 char *dnsrch[MAXDNSRCH+1]; /*%< components of domain to search */ member in struct:__res_state
/freebsd-10-stable/usr.sbin/ypserv/
H A Dyp_dnslookup.c445 q->domain = _res.dnsrch;
/freebsd-10-stable/contrib/sendmail/src/
H A Ddomain.c42 # define RES_DNSRCH_VARIABLE _res.dnsrch
/freebsd-10-stable/lib/libc/net/
H A Dgetaddrinfo.c2892 for (domain = (const char * const *)res->dnsrch;

Completed in 94 milliseconds