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

  /src/lib/libc/resolv/
res_data.c 345 int len_host, len_domain; local in function:local_hostname_length
349 len_host = strlen(hostname);
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
349 len_host = strlen(hostname);
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
349 len_host = strlen(hostname);
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 75 milliseconds