Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dreadconf.h163 char *local_command; member
Dssh.c2356 if (options.local_command != NULL) { in ssh_session2()
2357 debug3("expanding LocalCommand: %s", options.local_command); in ssh_session2()
2358 cp = options.local_command; in ssh_session2()
2359 options.local_command = percent_expand(cp, in ssh_session2()
2363 debug3("expanded LocalCommand: %s", options.local_command); in ssh_session2()
2425 if (options.local_command != NULL && in ssh_session2()
2427 ssh_local_cmd(options.local_command); in ssh_session2()
Dreadconf.c2136 charptr = &options->local_command; in process_config_line_depth()
2835 options->local_command = NULL; in initialize_options()
3158 CLEAR_ON_NONE(options->local_command); in fill_default_options()
3270 free(o->local_command); in free_options()
3845 dump_cfg_string(oLocalCommand, o->local_command); in dump_client_config()