Lines Matching defs:domain
146 const char *name, /*%< domain name */
245 const char *name, /*%< domain name */
250 const char *cp, * const *domain;
297 for (domain = (const char * const *)statp->dnsrch;
298 *domain && !done;
299 domain++) {
302 if (domain[0][0] == '\0' ||
303 (domain[0][0] == '.' && domain[0][1] == '\0'))
306 ret = res_nquerydomain(statp, name, *domain,
314 * If name isn't found in this domain,
319 * from finding this entry higher in the domain.
386 * Perform a call on res_query on the concatenation of name and domain,
387 * removing a trailing dot from name if domain is NULL.
392 const char *domain,
404 name, domain?domain:"<Nil>", class, type);
406 if (domain == NULL) {
422 name, domain) >= sizeof(nbuf)) {