Home
last modified time | relevance | path

Searched refs:local_command (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/openssh/
HDreadconf.h145 char *local_command; member
HDssh.c2240 if (options.local_command != NULL) { in ssh_session2()
2241 debug3("expanding LocalCommand: %s", options.local_command); in ssh_session2()
2242 cp = options.local_command; in ssh_session2()
2243 options.local_command = percent_expand(cp, in ssh_session2()
2247 debug3("expanded LocalCommand: %s", options.local_command); in ssh_session2()
2309 if (options.local_command != NULL && in ssh_session2()
2311 ssh_local_cmd(options.local_command); in ssh_session2()
HDreadconf.c2017 charptr = &options->local_command; in process_config_line_depth()
2696 options->local_command = NULL; in initialize_options()
2980 CLEAR_ON_NONE(options->local_command); in fill_default_options()
3094 free(o->local_command); in free_options()
3667 dump_cfg_string(oLocalCommand, o->local_command); in dump_client_config()