OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:h_buf
(Results
1 - 2
of
2
) sorted by relevancy
/src/distrib/utils/libhack/
gethost.c
79
static char
h_buf
[4096];
variable
114
return gethostbyname_r(name, &h_ent,
h_buf
, sizeof(
h_buf
), &h_errno);
132
return gethostbyaddr_r(addr, len, type, &h_ent,
h_buf
, sizeof(
h_buf
),
/src/lib/libc/net/
gethnamaddr.c
1332
static char
h_buf
[16384];
variable
1336
return gethostbyaddr_r(addr, len, af, &h_ent,
h_buf
, sizeof(
h_buf
),
1342
return gethostbyname_r(name, &h_ent,
h_buf
, sizeof(
h_buf
), &h_errno);
1347
return gethostbyname2_r(name, af, &h_ent,
h_buf
, sizeof(
h_buf
),
1362
return gethostent_r(_h_file, &h_ent,
h_buf
, sizeof(
h_buf
), &h_errno);
Completed in 18 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026