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

/freebsd-current/lib/libc/resolv/
H A Dres_init.c286 pp = statp->dnsrch;
288 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) {
365 pp = statp->dnsrch;
367 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) {
547 pp = statp->dnsrch;
556 while (pp < statp->dnsrch + MAXDFLSRCH) {
566 printf(";; res_init()... default dnsrch list:\n");
567 for (pp = statp->dnsrch; *pp; pp++)
H A Dres_query.c275 for (domain = (const char * const *)statp->dnsrch;
/freebsd-current/include/
H A Dresolv.h161 char *dnsrch[MAXDNSRCH+1]; /*%< components of domain to search */ member in struct:__res_state
/freebsd-current/usr.sbin/ypserv/
H A Dyp_dnslookup.c439 q->domain = _res.dnsrch;
/freebsd-current/contrib/sendmail/src/
H A Ddomain.c54 # define RES_DNSRCH_VARIABLE _res.dnsrch
/freebsd-current/lib/libc/net/
H A Dgetaddrinfo.c2894 for (domain = (const char * const *)res->dnsrch;

Completed in 217 milliseconds