Searched refs:system_hostfiles (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dreadconf.h90 char *system_hostfiles[SSH_MAX_HOSTS_FILES]; member in struct:__anon4957
H A Dsshconnect.c748 char **system_hostfiles, u_int num_system_hostfiles)
797 load_hostkeys(host_hostkeys, host, system_hostfiles[i]);
805 load_hostkeys(ip_hostkeys, ip, system_hostfiles[i]);
875 system_hostfiles, num_system_hostfiles) == 0) {
1193 options.system_hostfiles, options.num_system_hostfiles);
745 check_host_key(char *hostname, struct sockaddr *hostaddr, u_short port, Key *host_key, int readonly, char **user_hostfiles, u_int num_user_hostfiles, char **system_hostfiles, u_int num_system_hostfiles) argument
H A Dreadconf.c665 cpptr = (char **)&options->system_hostfiles;
1425 options->system_hostfiles[options->num_system_hostfiles++] =
1427 options->system_hostfiles[options->num_system_hostfiles++] =
H A Dssh.c969 tilde_expand_paths(options.system_hostfiles,
H A Dsshconnect2.c131 load_hostkeys(hostkeys, hostname, options.system_hostfiles[i]);

Completed in 185 milliseconds