Lines Matching refs:remote_command
137 const char *host, const char *original_host, const char *remote_command,
140 const char *host, const char *original_host, const char *remote_command,
714 const char *remote_command, int final_pass, int *want_final_pass, in match_cfg_line() argument
862 criteria = xstrdup(remote_command == NULL ? in match_cfg_line()
863 "" : remote_command); in match_cfg_line()
874 else if (remote_command != NULL && in match_cfg_line()
875 *remote_command != '\0') in match_cfg_line()
1126 const char *original_host, const char *remote_command, char *line, in process_config_line() argument
1130 remote_command, line, filename, linenum, activep, flags, NULL, 0); in process_config_line()
1136 const char *original_host, const char *remote_command, char *line, in process_config_line_depth() argument
1875 original_host, remote_command, flags & SSHCONF_FINAL, in process_config_line_depth()
2059 charptr = &options->remote_command; in process_config_line_depth()
2128 pw, host, original_host, remote_command, in process_config_line_depth()
2552 const char *original_host, const char *remote_command, Options *options, int flags, in read_config_file() argument
2558 remote_command, options, flags, &active, want_final_pass, 0); in read_config_file()
2564 const char *host, const char *original_host, const char *remote_command, in read_config_file_depth() argument
2605 remote_command, line, filename, linenum, activep, flags, in read_config_file_depth()
2737 options->remote_command = NULL; in initialize_options()
3021 CLEAR_ON_NONE(options->remote_command); in fill_default_options()
3133 free(o->remote_command); in free_options()
3708 dump_cfg_string(oRemoteCommand, o->remote_command); in dump_client_config()