Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dsshconnect.c759 char **system_hostfiles, u_int num_system_hostfiles, in hostkeys_find_by_key() argument
781 if (hostkeys_find_by_key_hostfile(system_hostfiles[i], in hostkeys_find_by_key()
802 char **system_hostfiles, u_int num_system_hostfiles) in other_hostkeys_message() argument
809 system_hostfiles, num_system_hostfiles, in other_hostkeys_message()
923 char **system_hostfiles, u_int num_system_hostfiles, in check_host_key() argument
998 load_hostkeys(ip_hostkeys, ip, system_hostfiles[i], 0); in check_host_key()
1075 system_hostfiles, num_system_hostfiles) || in check_host_key()
1078 system_hostfiles, num_system_hostfiles)))) { in check_host_key()
1123 system_hostfiles, num_system_hostfiles, in check_host_key()
1174 system_hostfiles, num_system_hostfiles)) != NULL) in check_host_key()
[all …]
H A Dreadconf.h79 char *system_hostfiles[SSH_MAX_HOSTS_FILES]; member
H A Dssh.c1484 strcasecmp(options.system_hostfiles[0], "none") == 0) { in main()
1488 free(options.system_hostfiles[0]); in main()
1489 options.system_hostfiles[0] = NULL; in main()
1737 tilde_expand_paths(options.system_hostfiles, in main()
H A Dreadconf.c1387 cpptr = (char **)&options->system_hostfiles; in process_config_line_depth()
2810 options->system_hostfiles[options->num_system_hostfiles++] = in fill_default_options()
2812 options->system_hostfiles[options->num_system_hostfiles++] = in fill_default_options()
3022 FREE_ARRAY(u_int, o->num_system_hostfiles, o->system_hostfiles); in free_options()
3658 dump_cfg_strarray_oneline(oGlobalKnownHostsFile, o->num_system_hostfiles, o->system_hostfiles); in dump_client_config()
H A Dsshconnect2.c132 options.system_hostfiles[i], 0); in order_hostkeyalgs()