Home
last modified time | relevance | path

Searched refs:hostfile (Results 1 – 6 of 6) sorted by relevance

/external/testng/bin/
Dmaster.bat1 testng -hostfile test\hosts.properties -d test\test-output %1 %2 %3 %4 %5 test\testng.xml
/external/openssh/regress/unittests/hostkeys/
DMakefile11 SRCS+=addrmatch.c bitmap.c hostfile.c
/external/openssh/
D.depend11 …-queue.h dispatch.h log.h sshbuf.h sshkey.h misc.h servconf.h uidswap.h hostfile.h auth.h auth-pam…
14 …s-queue.h dispatch.h sshbuf.h ssherr.h log.h misc.h servconf.h sshkey.h hostfile.h auth.h auth-pam…
15 …swap.h pathnames.h log.h misc.h sshbuf.h sshkey.h servconf.h canohost.h hostfile.h auth.h auth-pam…
18 ….h log.h sshbuf.h misc.h servconf.h openbsd-compat/sys-queue.h sshkey.h hostfile.h auth.h auth-pam…
20 …-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmalloc.h ssh2.h sshkey.h hostfile.h auth.h auth-pam…
22 …s-queue.h dispatch.h sshbuf.h log.h misc.h servconf.h compat.h sshkey.h hostfile.h auth.h auth-pam…
24 …ep.h entropy.h xmalloc.h packet.h openbsd-compat/sys-queue.h dispatch.h hostfile.h auth.h auth-pam…
25 …h openbsd-compat/bsd-nextstep.h entropy.h atomicio.h xmalloc.h sshkey.h hostfile.h auth.h auth-pam…
26 … packet.h openbsd-compat/sys-queue.h dispatch.h ssherr.h log.h sshkey.h hostfile.h auth.h auth-pam…
28 …s-queue.h dispatch.h sshbuf.h log.h misc.h servconf.h compat.h sshkey.h hostfile.h auth.h auth-pam…
[all …]
DAndroid.bp104 "hostfile.c",
DOVERVIEW89 known hosts files using code in hostfile.c. Code in canohost.c
/external/libevent/
Devdns.c3647 static const char hostfile[] = "\\drivers\\etc\\hosts"; in evdns_get_default_hosts_filename() local
3653 len_out = strlen(path)+strlen(hostfile)+1; in evdns_get_default_hosts_filename()
3655 evutil_snprintf(path_out, len_out, "%s%s", path, hostfile); in evdns_get_default_hosts_filename()