Searched refs:domain_suffix (Results 1 – 3 of 3) sorted by relevance
617 char *token = daemon->namebuff, *domain_suffix = NULL; in read_hostsfile() local638 domain_suffix = get_domain(addr.addr.addr4); in read_hostsfile()642 domain_suffix = daemon->domain_suffix; in read_hostsfile()648 domain_suffix = get_domain(addr.addr.addr4); in read_hostsfile()683 if ((daemon->options & OPT_EXPAND) && domain_suffix && !fqdn && in read_hostsfile()685 strlen(domain_suffix) - SMALLDNAME))) { in read_hostsfile()688 strcat(cache->name.sname, domain_suffix); in read_hostsfile()836 return daemon->domain_suffix; in get_domain()
1162 daemon->domain_suffix = d; in one_opt()2577 (daemon->domain_suffix = canonicalise_opt(token))) in read_opts()2583 if (!daemon->domain_suffix) in read_opts()2587 if (daemon->domain_suffix) { in read_opts()2596 strcat(buff, daemon->domain_suffix); in read_opts()
588 char* domain_suffix; member