Searched refs:remote_command (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | ssh.c | 1357 options.remote_command != NULL || in main() 1370 if (sshbuf_len(command) != 0 && options.remote_command != NULL) in main() 1375 options.remote_command == NULL && in main() 1393 if (sshbuf_len(command) == 0 && options.remote_command == NULL) in main() 1437 if (options.remote_command != NULL) { in main() 1438 debug3("expanding RemoteCommand: %s", options.remote_command); in main() 1439 cp = options.remote_command; in main() 1440 options.remote_command = default_client_percent_expand(cp, in main() 1442 debug3("expanded RemoteCommand: %s", options.remote_command); in main() 1444 if ((r = sshbuf_put(command, options.remote_command, in main() [all …]
|
H A D | readconf.h | 166 char *remote_command; member
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2007 | 634 (remote_delete_command, remote_command): New functions.
|
H A D | ChangeLog-2014 | 7493 * remote.c (remote_command, set_remote_cmd): Pass all_commands,
|
H A D | ChangeLog-2017 | 5663 * remote.c (set_remote_cmd, show_remote_cmd, remote_command):
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2007 | 634 (remote_delete_command, remote_command): New functions.
|
H A D | ChangeLog-2014 | 7493 * remote.c (remote_command, set_remote_cmd): Pass all_commands,
|
H A D | ChangeLog-2020 | 12525 * remote.c (remote_command, set_remote_cmd): Remove.
|
H A D | ChangeLog-2017 | 5663 * remote.c (set_remote_cmd, show_remote_cmd, remote_command):
|