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