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

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMultiword.cpp359 CommandObject *proxy_command = GetProxyCommandObject(); local
360 if (proxy_command)
361 return proxy_command->GetHelpLong();
368 const CommandObject *proxy_command = const_cast<CommandObjectProxy *>(this)->GetProxyCommandObject(); local
369 if (proxy_command)
370 return proxy_command->IsRemovable();
377 CommandObject *proxy_command = GetProxyCommandObject(); local
378 if (proxy_command)
379 return proxy_command->IsMultiwordObject();
386 CommandObject *proxy_command local
395 CommandObject *proxy_command = GetProxyCommandObject(); local
407 CommandObject *proxy_command = GetProxyCommandObject(); local
419 CommandObject *proxy_command = GetProxyCommandObject(); local
428 CommandObject *proxy_command = GetProxyCommandObject(); local
437 CommandObject *proxy_command = GetProxyCommandObject(); local
447 CommandObject *proxy_command = GetProxyCommandObject(); local
463 CommandObject *proxy_command = GetProxyCommandObject(); local
485 CommandObject *proxy_command = GetProxyCommandObject(); local
503 CommandObject *proxy_command = GetProxyCommandObject(); local
513 CommandObject *proxy_command = GetProxyCommandObject(); local
[all...]
/freebsd-10.2-release/crypto/openssh/
H A Dsshconnect.c86 expand_proxy_command(const char *proxy_command, const char *user, argument
92 xasprintf(&tmp, "exec %s", proxy_command);
105 const char *proxy_command)
119 command_string = expand_proxy_command(proxy_command, options.user,
183 ssh_proxy_connect(const char *host, u_short port, const char *proxy_command) argument
198 command_string = expand_proxy_command(proxy_command, options.user,
445 * second). If proxy_command is non-NULL, it specifies the command (with %h
532 if (options.proxy_command == NULL) {
535 } else if (strcmp(options.proxy_command, "-") == 0) {
540 options.proxy_command);
104 ssh_proxy_fdpass_connect(const char *host, u_short port, const char *proxy_command) argument
[all...]
H A Dreadconf.h90 char *proxy_command; /* Proxy command for connecting the host. */ member in struct:__anon5359
H A Dssh.c297 if (!option_clear_or_none(options.proxy_command) &&
337 if (!option_clear_or_none(options.proxy_command) &&
934 (option_clear_or_none(options.proxy_command) ||
961 if (options.proxy_command != NULL &&
962 strcmp(options.proxy_command, "-") == 0 &&
1051 if (addrs == NULL && options.proxy_command == NULL) {
H A Dreadconf.c1018 charptr = &options->proxy_command;
1613 options->proxy_command = NULL;
1853 CLEAR_ON_NONE(options->proxy_command);

Completed in 75 milliseconds