OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 21 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025