Searched defs:want_final_pass (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/usr.bin/ssh/ |
H A D | readconf.c | 631 match_cfg_line(Options * options,char ** condition,struct passwd * pw,const char * host_arg,const char * original_host,int final_pass,int * want_final_pass,const char * filename,int linenum) match_cfg_line() argument 1022 process_config_line_depth(Options * options,struct passwd * pw,const char * host,const char * original_host,char * line,const char * filename,int linenum,int * activep,int flags,int * want_final_pass,int depth) process_config_line_depth() argument 2410 read_config_file(const char * filename,struct passwd * pw,const char * host,const char * original_host,Options * options,int flags,int * want_final_pass) read_config_file() argument 2422 read_config_file_depth(const char * filename,struct passwd * pw,const char * host,const char * original_host,Options * options,int flags,int * activep,int * want_final_pass,int depth) read_config_file_depth() argument [all...] |
H A D | ssh.c | 546 int *want_final_pass) in process_config_files() argument 656 int was_addr, config_test = 0, opt_terminated = 0, want_final_pass = 0; in main() local [all...] |