Searched refs:num_user_hostfiles (Results 1 – 5 of 5) sorted by relevance
89 u_int num_user_hostfiles; /* Path for $HOME/.ssh/known_hosts */ member
694 char **user_hostfiles, u_int num_user_hostfiles, in check_host_key() argument741 for (i = 0; i < num_user_hostfiles; i++) in check_host_key()749 for (i = 0; i < num_user_hostfiles; i++) in check_host_key()821 ROQUIET, user_hostfiles, num_user_hostfiles, in check_host_key()1139 options.user_hostfiles, options.num_user_hostfiles, in verify_host_key()
627 uintptr = &options->num_user_hostfiles; in process_config_line()1171 options->num_user_hostfiles = 0; in initialize_options()1317 if (options->num_user_hostfiles == 0) { in fill_default_options()1318 options->user_hostfiles[options->num_user_hostfiles++] = in fill_default_options()1320 options->user_hostfiles[options->num_user_hostfiles++] = in fill_default_options()
905 tilde_expand_paths(options.user_hostfiles, options.num_user_hostfiles); in main()
117 for (i = 0; i < options.num_user_hostfiles; i++) in order_hostkeyalgs()