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

/external/dropbear/
H A Dcli-kex.c151 FILE * hostsfile = NULL; local
182 hostsfile = fopen(filename, "a+");
184 if (hostsfile != NULL) {
186 fseek(hostsfile, 0, SEEK_SET);
192 hostsfile = fopen(filename, "r");
197 if (hostsfile == NULL) {
198 TRACE(("hostsfile didn't open: %s", strerror(errno)))
206 return hostsfile;
211 FILE *hostsfile = NULL; local
220 hostsfile
319 fwrite(buf_getptr(line, line->len), line->len, 1, hostsfile); local
[all...]
/external/dnsmasq/src/
H A Ddnsmasq.h373 struct hostsfile { struct
374 struct hostsfile *next;
627 struct hostsfile *addn_hosts;

Completed in 96 milliseconds