OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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