Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectMultiword.cpp359 CommandObject *proxy_command = GetProxyCommandObject(); in GetHelpLong() local
360 if (proxy_command) in GetHelpLong()
361 return proxy_command->GetHelpLong(); in GetHelpLong()
368 …const CommandObject *proxy_command = const_cast<CommandObjectProxy *>(this)->GetProxyCommandObject… in IsRemovable() local
369 if (proxy_command) in IsRemovable()
370 return proxy_command->IsRemovable(); in IsRemovable()
377 CommandObject *proxy_command = GetProxyCommandObject(); in IsMultiwordObject() local
378 if (proxy_command) in IsMultiwordObject()
379 return proxy_command->IsMultiwordObject(); in IsMultiwordObject()
386 CommandObject *proxy_command = GetProxyCommandObject(); in GetSubcommandSP() local
[all …]
/trueos/crypto/openssh/
HDsshconnect.c86 expand_proxy_command(const char *proxy_command, const char *user, in expand_proxy_command() argument
92 xasprintf(&tmp, "exec %s", proxy_command); in expand_proxy_command()
105 const char *proxy_command) in ssh_proxy_fdpass_connect() argument
119 command_string = expand_proxy_command(proxy_command, options.user, in ssh_proxy_fdpass_connect()
183 ssh_proxy_connect(const char *host, u_short port, const char *proxy_command) in ssh_proxy_connect() argument
198 command_string = expand_proxy_command(proxy_command, options.user, in ssh_proxy_connect()
532 if (options.proxy_command == NULL) { in ssh_connect()
535 } else if (strcmp(options.proxy_command, "-") == 0) { in ssh_connect()
540 options.proxy_command); in ssh_connect()
542 return ssh_proxy_connect(host, port, options.proxy_command); in ssh_connect()
[all …]
HDreadconf.h90 char *proxy_command; /* Proxy command for connecting the host. */ member
HDssh.c297 if (!option_clear_or_none(options.proxy_command) && in check_follow_cname()
337 if (!option_clear_or_none(options.proxy_command) && in resolve_canonicalize()
934 (option_clear_or_none(options.proxy_command) || in main()
961 if (options.proxy_command != NULL && in main()
962 strcmp(options.proxy_command, "-") == 0 && in main()
1034 if (addrs == NULL && options.proxy_command == NULL) { in main()
HDreadconf.c1018 charptr = &options->proxy_command; in process_config_line()
1613 options->proxy_command = NULL; in initialize_options()
1854 CLEAR_ON_NONE(options->proxy_command); in fill_default_options()