Searched defs:hostf (Results 1 – 3 of 3) sorted by relevance
25 FILE* hostf; member
2030 _sethtent(FILE **hostf) in _sethtent()2040 _endhtent(FILE **hostf) in _endhtent()2050 _gethtent(FILE **hostf, const char *name, const struct addrinfo *pai) in _gethtent()2123 FILE *hostf = NULL; in _files_getaddrinfo() local
1471 static void _sethtent(FILE** hostf) { in _sethtent()1478 static void _endhtent(FILE** hostf) { in _endhtent()1485 static struct addrinfo* _gethtent(FILE** hostf, const char* name, const struct addrinfo* pai) { in _gethtent()1557 FILE* hostf = nullptr; in files_getaddrinfo() local