/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);
|
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);
|
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);
|