Searched refs:num_system_hostfiles (Results 1 – 5 of 5) sorted by relevance
841 char **system_hostfiles, u_int num_system_hostfiles) in check_host_key() argument890 for (i = 0; i < num_system_hostfiles; i++) in check_host_key()898 for (i = 0; i < num_system_hostfiles; i++) in check_host_key()975 system_hostfiles, num_system_hostfiles) == 0) { in check_host_key()1377 options.system_hostfiles, options.num_system_hostfiles); in verify_host_key()
77 u_int num_system_hostfiles; /* Paths for /etc/ssh/ssh_known_hosts */ member
1101 uintptr = &options->num_system_hostfiles; in process_config_line_depth()1878 options->num_system_hostfiles = 0; in initialize_options()2034 if (options->num_system_hostfiles == 0) { in fill_default_options()2035 options->system_hostfiles[options->num_system_hostfiles++] = in fill_default_options()2037 options->system_hostfiles[options->num_system_hostfiles++] = in fill_default_options()2674 dump_cfg_strarray_oneline(oGlobalKnownHostsFile, o->num_system_hostfiles, o->system_hostfiles); in dump_client_config()
1471 options.num_system_hostfiles); in main()
117 for (i = 0; i < options.num_system_hostfiles; i++) in order_hostkeyalgs()