Home
last modified time | relevance | path

Searched refs:system_hostfiles (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsshconnect.c833 char **system_hostfiles, u_int num_system_hostfiles, in hostkeys_find_by_key() argument
855 if (hostkeys_find_by_key_hostfile(system_hostfiles[i], in hostkeys_find_by_key()
876 char **system_hostfiles, u_int num_system_hostfiles) in other_hostkeys_message() argument
883 system_hostfiles, num_system_hostfiles, in other_hostkeys_message()
997 char **system_hostfiles, u_int num_system_hostfiles, in check_host_key() argument
1060 load_hostkeys(host_hostkeys, host, system_hostfiles[i], 0); in check_host_key()
1072 load_hostkeys(ip_hostkeys, ip, system_hostfiles[i], 0); in check_host_key()
1149 system_hostfiles, num_system_hostfiles) || in check_host_key()
1152 system_hostfiles, num_system_hostfiles)))) { in check_host_key()
1197 system_hostfiles, num_system_hostfiles, in check_host_key()
[all …]
H A Dreadconf.h96 char *system_hostfiles[SSH_MAX_HOSTS_FILES]; member
H A Dssh.c1489 strcasecmp(options.system_hostfiles[0], "none") == 0) { in main()
1493 free(options.system_hostfiles[0]); in main()
1494 options.system_hostfiles[0] = NULL; in main()
1742 tilde_expand_paths(options.system_hostfiles, in main()