Searched defs:hostf (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/dns/include/
H A Dresolv_static.h23 FILE* hostf; member in struct:res_static
/bionic/libc/dns/net/
H A Dgetaddrinfo.c2031 _sethtent(FILE **hostf) argument
2034 if (!*hostf)
2035 *hostf = fopen(_PATH_HOSTS, "re");
2037 rewind(*hostf);
2041 _endhtent(FILE **hostf) argument
2044 if (*hostf) {
2045 (void) fclose(*hostf);
2046 *hostf = NULL;
2051 _gethtent(FILE **hostf, const char *name, const struct addrinfo *pai) argument
2064 if (!*hostf
2124 FILE *hostf = NULL; local
[all...]

Completed in 83 milliseconds