Searched defs:hf (Results 1 - 2 of 2) sorted by path

/bionic/libc/dns/net/
H A Dgethnamaddr.c960 netbsd_gethostent_r(FILE *hf, struct hostent *hent, char *buf, size_t buflen, int *he) argument
970 if (hf == NULL) {
988 if (!fgets(p, line_buf_size, hf)) {
H A Dsethostent.c70 sethostent_r(FILE **hf) argument
72 if (!*hf)
73 *hf = fopen(_h_hosts, "re");
75 rewind(*hf);
79 endhostent_r(FILE **hf) argument
81 if (*hf) {
82 (void)fclose(*hf);
83 *hf = NULL;
133 FILE *hf; local
139 hf
247 FILE *hf; local
[all...]

Completed in 53 milliseconds