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

/haiku/src/system/libnetwork/netresolv/net/
H A Dhostent.h42 struct hostent *gethostent_r(FILE *, struct hostent *, char *, size_t, int *);
H A Dsethostent.c194 hp = gethostent_r(hf, info->hp, info->buf, info->buflen,
288 while ((hp = gethostent_r(hf, info->hp, info->buf, info->buflen,
H A Dgethnamaddr.c742 gethostent_r(FILE *hf, struct hostent *hent, char *buf, size_t buflen, int *he) function
1368 return gethostent_r(_h_file, &h_ent, h_buf, sizeof(h_buf), &h_errno);

Completed in 67 milliseconds