HomeSort by relevance Sort by last modified time
    Searched full:len_host (Results 1 - 1 of 1) sorted by null

  /bionic/libc/netbsd/resolv/
res_data.c 318 int len_host, len_domain; local
322 len_host = strlen(hostname);
324 if (len_host > len_domain &&
325 !strcasecmp(hostname + len_host - len_domain, _nres.defdname) &&
326 hostname[len_host - len_domain - 1] == '.')
327 return (len_host - len_domain - 1);

Completed in 245 milliseconds