Searched refs:gethostent_r (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libresolv/
H A Dnetdb.h94 struct hostent *gethostent_r(struct hostent *, char *, int, int *h_errnop);
150 struct hostent *gethostent_r();
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgethostent_r.c30 * hosts: sethostent(), gethostent_r(), and endhostent(). They consult
91 gethostent_r(struct hostent *result, char *buffer, int buflen, int *h_errnop) function
H A Dgethostent.c96 return (gethostent_r(b->result, b->buffer, b->buflen, &h_errno));
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dport_netdb.h96 /* 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/head/
H A Dnetdb.h245 struct hostent *gethostent_r(struct hostent *, char *, int, int *h_errnop);
/illumos-gate/usr/src/lib/libresolv2/
H A DMakefile.com45 IRSTHROBJS= gethostent_r.o getnetent_r.o getnetgrent_r.o \
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgethostent_r.c19 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/cmd/fs.d/autofs/
H A Dns_generic.c236 while (gethostent_r(&ent, buffer, bufferlen, error)) {
/illumos-gate/usr/src/lib/libnsl/
H A DMakefile.com44 gethostbyname_r.o gethostent.o gethostent_r.o gethostent6.o gethostby_door.o \
/illumos-gate/usr/src/man/man3nsl/
H A DMakefile151 gethostent_r.3nsl \
329 gethostent_r.3nsl := LINKSRC = gethostbyname.3nsl
/illumos-gate/usr/src/lib/libnsl/common/
H A Dllib-lnsl415 /* gethostent_r.c */
418 struct hostent *gethostent_r(struct hostent *result, char *buffer, int buflen,

Completed in 53 milliseconds