Home
last modified time | relevance | path

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

/external/openssh/
Dreadconf.h89 u_int num_user_hostfiles; /* Path for $HOME/.ssh/known_hosts */ member
Dsshconnect.c694 char **user_hostfiles, u_int num_user_hostfiles, in check_host_key() argument
741 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()
Dreadconf.c627 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()
Dssh.c905 tilde_expand_paths(options.user_hostfiles, options.num_user_hostfiles); in main()
Dsshconnect2.c117 for (i = 0; i < options.num_user_hostfiles; i++) in order_hostkeyalgs()