Searched refs:hf (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/libnetwork/netresolv/net/
H A Dsethostent.c97 sethostent_r(FILE **hf) argument
99 if (!*hf) {
105 *hf = fopen(buffer, "re");
107 *hf = fopen(_h_hosts, "re");
110 rewind(*hf);
114 endhostent_r(FILE **hf) argument
116 if (*hf) {
117 (void)fclose(*hf);
118 *hf = NULL;
166 FILE *hf; local
274 FILE *hf; local
[all...]
H A Dgethnamaddr.c742 gethostent_r(FILE *hf, struct hostent *hent, char *buf, size_t buflen, int *he) argument
752 if (hf == NULL) {
761 p = fparseln(hf, NULL, NULL, NULL, FPARSELN_UNESCALL);

Completed in 47 milliseconds