Searched refs:len_domain (Results 1 – 1 of 1) sorted by relevance
318 int len_host, len_domain; in local_hostname_length() local323 len_domain = strlen(_nres.defdname); in local_hostname_length()324 if (len_host > len_domain && in local_hostname_length()325 !strcasecmp(hostname + len_host - len_domain, _nres.defdname) && in local_hostname_length()326 hostname[len_host - len_domain - 1] == '.') in local_hostname_length()327 return (len_host - len_domain - 1); in local_hostname_length()