Home
last modified time | relevance | path

Searched refs:proxy_command (Results 1 – 5 of 5) sorted by relevance

/external/lldb/source/Commands/
DCommandObjectMultiword.cpp358 CommandObject *proxy_command = GetProxyCommandObject(); in GetHelpLong() local
359 if (proxy_command) in GetHelpLong()
360 return proxy_command->GetHelpLong(); in GetHelpLong()
367 …const CommandObject *proxy_command = const_cast<CommandObjectProxy *>(this)->GetProxyCommandObject… in IsRemovable() local
368 if (proxy_command) in IsRemovable()
369 return proxy_command->IsRemovable(); in IsRemovable()
376 CommandObject *proxy_command = GetProxyCommandObject(); in IsMultiwordObject() local
377 if (proxy_command) in IsMultiwordObject()
378 return proxy_command->IsMultiwordObject(); in IsMultiwordObject()
385 CommandObject *proxy_command = GetProxyCommandObject(); in GetSubcommandSP() local
[all …]
/external/openssh/
Dsshconnect.c88 expand_proxy_command(const char *proxy_command, const char *user, in expand_proxy_command() argument
94 xasprintf(&tmp, "exec %s", proxy_command); in expand_proxy_command()
107 const char *proxy_command) in ssh_proxy_fdpass_connect() argument
121 command_string = expand_proxy_command(proxy_command, options.user, in ssh_proxy_fdpass_connect()
185 ssh_proxy_connect(const char *host, u_short port, const char *proxy_command) in ssh_proxy_connect() argument
200 command_string = expand_proxy_command(proxy_command, options.user, in ssh_proxy_connect()
508 if (options.proxy_command == NULL) { in ssh_connect()
511 } else if (strcmp(options.proxy_command, "-") == 0) { in ssh_connect()
516 options.proxy_command); in ssh_connect()
518 return ssh_proxy_connect(host, port, options.proxy_command); in ssh_connect()
[all …]
Dssh.c353 if (!option_clear_or_none(options.proxy_command) && in check_follow_cname()
393 if (!option_clear_or_none(options.proxy_command) && in resolve_canonicalize()
1037 (option_clear_or_none(options.proxy_command) || in main()
1040 option_clear_or_none(options.proxy_command), in main()
1043 if (option_clear_or_none(options.proxy_command)) in main()
1078 if (options.proxy_command != NULL && in main()
1079 strcmp(options.proxy_command, "-") == 0 && in main()
1187 if (addrs == NULL && options.proxy_command == NULL) { in main()
Dreadconf.h80 char *proxy_command; /* Proxy command for connecting the host. */ member
Dreadconf.c1040 charptr = &options->proxy_command; in process_config_line()
1630 options->proxy_command = NULL; in initialize_options()
1871 CLEAR_ON_NONE(options->proxy_command); in fill_default_options()
2311 dump_cfg_string(oProxyCommand, o->proxy_command); in dump_client_config()