Searched defs:gethostent_r (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/nss/ |
H A D | gethostent_r.c | 30 * hosts: sethostent(), gethostent_r(), and endhostent(). They consult 91 gethostent_r(struct hostent *result, char *buffer, int buflen, int *h_errnop) function
|
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | gethostent_r.c | 19 static const char rcsid[] = "$Id: gethostent_r.c,v 1.9 2005/09/03 12:41:37 marka Exp $"; 100 gethostent_r(struct hostent *hptr, HOST_R_ARGS) { function
|
/illumos-gate/usr/src/lib/libresolv2/include/ |
H A D | port_netdb.h | 96 /* gethostent_r is in libnsl.so.1 */ 97 #define gethostent_r res_gethostent_r macro 98 struct hostent *gethostent_r __P((struct hostent *hptr, char *buf, int buflen,
|
/illumos-gate/usr/src/man/man3nsl/ |
H A D | Makefile | 151 gethostent_r.3nsl \ 329 gethostent_r.3nsl := LINKSRC = gethostbyname.3nsl
|
Completed in 54 milliseconds