OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gethostbyname_r
(Results
1 - 2
of
2
) sorted by relevancy
/src/distrib/utils/libhack/
gethost.c
99
gethostbyname_r
(const char *name, struct hostent *hp, char *buf, size_t bufsiz,
function in typeref:struct:hostent *
114
return
gethostbyname_r
(name, &h_ent, h_buf, sizeof(h_buf), &h_errno);
/src/lib/libc/net/
gethnamaddr.c
523
gethostbyname_r
(const char *name, struct hostent *hp, char *buf, size_t buflen,
function in typeref:struct:hostent *
1342
return
gethostbyname_r
(name, &h_ent, h_buf, sizeof(h_buf), &h_errno);
Completed in 14 milliseconds
Indexes created Sat Sep 27 14:09:57 GMT 2025