Home
last modified time | relevance | path

Searched refs:system_hostfile2 (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/ssh/ssh/
H A Dsshconnect.c960 if (stat(options.system_hostfile2, &st) == 0 || in verify_host_key()
963 options.user_hostfile2, options.system_hostfile2) == 0) in verify_host_key()
976 if (stat(options.system_hostfile2, &st) == 0 || in accept_host_key()
979 options.user_hostfile2, options.system_hostfile2) == 0) in accept_host_key()
1102 show_key_from_file(options.system_hostfile2, host, type[i])) { in show_other_keys()
H A Dssh.c741 options.system_hostfile2 =
742 tilde_expand_filename(options.system_hostfile2, original_real_uid);
/titanic_41/usr/src/cmd/ssh/include/
H A Dreadconf.h122 char *system_hostfile2; member
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c613 charptr = &options->system_hostfile2; in process_config_line()
978 options->system_hostfile2 = NULL; in initialize_options()
1120 if (options->system_hostfile2 == NULL) in fill_default_options()
1121 options->system_hostfile2 = _PATH_SSH_SYSTEM_HOSTFILE2; in fill_default_options()