HomeSort by relevance Sort by last modified time
    Searched full:hostsfile (Results 1 - 20 of 20) sorted by null

  /external/dropbear/
cli-kex.c 151 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 = open_known_hosts_file(&readonly)
319 fwrite(buf_getptr(line, line->len), line->len, 1, hostsfile); local
    [all...]
  /external/dnsmasq/src/
cache.c 872 struct hostsfile *ah;
907 total_size = read_hostsfile(HOSTSFILE, 0, total_size);
941 struct hostsfile *ah1;
971 if (!(ah1 = whine_malloc(sizeof(struct hostsfile))))
1215 struct hostsfile *ah;
1218 return HOSTSFILE;
    [all...]
config.h 35 #define HOSTSFILE "/etc/hosts"
dnsmasq.h 373 struct hostsfile { struct
374 struct hostsfile *next;
627 struct hostsfile *addn_hosts;
option.c 195 { "dhcp-hostsfile", 1, 0, LOPT_DHCP_HOST },
244 { 'h', OPT_NO_HOSTS, NULL, gettext_noop("Do NOT load %s file."), HOSTSFILE },
245 { 'H', ARG_DUP, "path", gettext_noop("Specify a hosts file to be read in addition to %s."), HOSTSFILE },
    [all...]
dhcp.c 943 my_syslog(MS_DHCP | LOG_WARNING, _("%s has more than one address in hostsfile, using %s for DHCP"),
  /external/dnsmasq/po/
es.po 584 msgid "only one dhcp-hostsfile allowed"
585 msgstr "solo un dhcp-hostsfile permitido"
1172 msgid "%s has more than one address in hostsfile, using %s for DHCP"
1173 msgstr "%s tiene m?s de una direcci?n en hostsfile, usando %s para DHCP"
    [all...]
fr.po 582 msgid "only one dhcp-hostsfile allowed"
583 msgstr "une seule valeur est autoris?e pour 'dhcp-hostsfile'"
1169 msgid "%s has more than one address in hostsfile, using %s for DHCP"
    [all...]
pl.po 571 msgid "only one dhcp-hostsfile allowed"
572 msgstr "mo?na wskaza? tylko jeden plik dhcp-hostsfile"
    [all...]
de.po 603 msgid "only one dhcp-hostsfile allowed"
1183 msgid "%s has more than one address in hostsfile, using %s for DHCP"
fi.po 565 msgid "only one dhcp-hostsfile allowed"
1140 msgid "%s has more than one address in hostsfile, using %s for DHCP"
it.po 565 msgid "only one dhcp-hostsfile allowed"
1140 msgid "%s has more than one address in hostsfile, using %s for DHCP"
pt_BR.po 565 msgid "only one dhcp-hostsfile allowed"
1140 msgid "%s has more than one address in hostsfile, using %s for DHCP"
id.po 666 msgid "only one dhcp-hostsfile allowed"
1342 msgid "%s has more than one address in hostsfile, using %s for DHCP"
    [all...]
no.po 584 msgid "only one dhcp-hostsfile allowed"
1170 msgid "%s has more than one address in hostsfile, using %s for DHCP"
    [all...]
ro.po 582 msgid "only one dhcp-hostsfile allowed"
1171 msgid "%s has more than one address in hostsfile, using %s for DHCP"
    [all...]
  /external/dnsmasq/man/
dnsmasq.8 541 .B --dhcp-hostsfile=<file>
550 using this option is the same as for --dhcp-hostsfile: the
    [all...]
  /external/dnsmasq/man/es/
dnsmasq.8 574 .B --dhcp-hostsfile=<archivo>
579 ventaja de usar esta opci?n es la misma que con --dhcp-hostsfile: el
    [all...]
  /external/dnsmasq/man/fr/
dnsmasq.8 626 .B --dhcp-hostsfile=<fichier>
637 L'intérêt d'utiliser cette option est le même que pour --dhcp-hostsfile : le
    [all...]
  /external/dnsmasq/
CHANGELOG.archive     [all...]

Completed in 3391 milliseconds