Home
last modified time | relevance | path

Searched refs:remote_command (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/openssh/
H A Dssh.c1314 options.remote_command != NULL || in main()
1327 if (sshbuf_len(command) != 0 && options.remote_command != NULL) in main()
1332 options.remote_command == NULL && in main()
1350 if (sshbuf_len(command) == 0 && options.remote_command == NULL) in main()
1392 if (options.remote_command != NULL) { in main()
1393 debug3("expanding RemoteCommand: %s", options.remote_command); in main()
1394 cp = options.remote_command; in main()
1395 options.remote_command = default_client_percent_expand(cp, in main()
1397 debug3("expanded RemoteCommand: %s", options.remote_command); in main()
1399 if ((r = sshbuf_put(command, options.remote_command, in main()
[all …]
H A Dreadconf.h145 char *remote_command; member
H A Dreadconf.c1840 charptr = &options->remote_command; in process_config_line_depth()
2407 options->remote_command = NULL; in initialize_options()
2667 CLEAR_ON_NONE(options->remote_command); in fill_default_options()
2776 free(o->remote_command); in free_options()
3335 dump_cfg_string(oRemoteCommand, o->remote_command); in dump_client_config()
/dragonfly/contrib/gdb-7/gdb/
H A Dremote.c10205 remote_command (char *args, int from_tty) in remote_command() function
11998 add_prefix_cmd ("remote", class_files, remote_command, _("\ in _initialize_remote()