Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dreadconf.h145 char *local_command; member
H A Dssh.c2233 if (options.local_command != NULL) { in ssh_session2()
2234 debug3("expanding LocalCommand: %s", options.local_command); in ssh_session2()
2235 cp = options.local_command; in ssh_session2()
2236 options.local_command = percent_expand(cp, in ssh_session2()
2240 debug3("expanded LocalCommand: %s", options.local_command); in ssh_session2()
2302 if (options.local_command != NULL && in ssh_session2()
2304 ssh_local_cmd(options.local_command); in ssh_session2()
H A Dreadconf.c1968 charptr = &options->local_command; in process_config_line_depth()
2618 options->local_command = NULL; in initialize_options()
2902 CLEAR_ON_NONE(options->local_command); in fill_default_options()
3014 free(o->local_command); in free_options()
3587 dump_cfg_string(oLocalCommand, o->local_command); in dump_client_config()