Home | History | Annotate | Download | only in BsdSocketLib

Lines Matching defs:_gethtent

235 static struct addrinfo *_gethtent(FILE **, const char *,

1432 _gethtent(FILE **hostf, const char *name, const struct addrinfo *pai)
1515 while ((p = _gethtent(&hostf, name, pai)) != NULL) {