Searched refs:num_system_hostfiles (Results 1 – 5 of 5) sorted by relevance
810 char **system_hostfiles, u_int num_system_hostfiles) in check_host_key() argument859 for (i = 0; i < num_system_hostfiles; i++) in check_host_key()867 for (i = 0; i < num_system_hostfiles; i++) in check_host_key()942 system_hostfiles, num_system_hostfiles) == 0) { in check_host_key()1337 options.system_hostfiles, options.num_system_hostfiles); in verify_host_key()
84 u_int num_system_hostfiles; /* Paths for /etc/ssh/ssh_known_hosts */ member
1094 uintptr = &options->num_system_hostfiles; in process_config_line_depth()1835 options->num_system_hostfiles = 0; in initialize_options()2003 if (options->num_system_hostfiles == 0) { in fill_default_options()2004 options->system_hostfiles[options->num_system_hostfiles++] = in fill_default_options()2006 options->system_hostfiles[options->num_system_hostfiles++] = in fill_default_options()2600 dump_cfg_strarray_oneline(oGlobalKnownHostsFile, o->num_system_hostfiles, o->system_hostfiles); in dump_client_config()
1412 options.num_system_hostfiles); in main()
117 for (i = 0; i < options.num_system_hostfiles; i++) in order_hostkeyalgs()