HomeSort by: relevance | last modified time | path
    Searched defs:len_domain (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/resolv/
res_data.c 345 int len_host, len_domain; local in function:local_hostname_length
350 len_domain = strlen(_nres.defdname);
351 if (len_host > len_domain &&
352 !strcasecmp(hostname + len_host - len_domain, _nres.defdname) &&
353 hostname[len_host - len_domain - 1] == '.')
354 return (len_host - len_domain - 1);
res_data.c 345 int len_host, len_domain; local in function:local_hostname_length
350 len_domain = strlen(_nres.defdname);
351 if (len_host > len_domain &&
352 !strcasecmp(hostname + len_host - len_domain, _nres.defdname) &&
353 hostname[len_host - len_domain - 1] == '.')
354 return (len_host - len_domain - 1);

Completed in 22 milliseconds