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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp265 CommandObject *proxy_command = GetProxyCommandObject(); local
266 if (proxy_command)
267 return proxy_command->GetHelpLong();
272 const CommandObject *proxy_command = local
274 if (proxy_command)
275 return proxy_command->IsRemovable();
280 CommandObject *proxy_command = GetProxyCommandObject(); local
281 if (proxy_command)
282 return proxy_command->IsMultiwordObject();
287 CommandObject *proxy_command local
294 CommandObject *proxy_command = GetProxyCommandObject(); local
302 CommandObject *proxy_command = GetProxyCommandObject(); local
310 CommandObject *proxy_command = GetProxyCommandObject(); local
320 CommandObject *proxy_command = GetProxyCommandObject(); local
328 CommandObject *proxy_command = GetProxyCommandObject(); local
335 CommandObject *proxy_command = GetProxyCommandObject(); local
342 CommandObject *proxy_command = GetProxyCommandObject(); local
349 CommandObject *proxy_command = GetProxyCommandObject(); local
356 CommandObject *proxy_command = GetProxyCommandObject(); local
363 CommandObject *proxy_command = GetProxyCommandObject(); local
370 CommandObject *proxy_command = GetProxyCommandObject(); local
378 CommandObject *proxy_command = GetProxyCommandObject(); local
[all...]
/freebsd-13-stable/crypto/openssh/
H A Dsshconnect.c90 expand_proxy_command(const char *proxy_command, const char *user, argument
96 xasprintf(&tmp, "exec %s", proxy_command);
109 const char *proxy_command)
123 command_string = expand_proxy_command(proxy_command, options.user,
187 const char *proxy_command)
202 command_string = expand_proxy_command(proxy_command, options.user,
495 * second). If proxy_command is non-NULL, it specifies the command (with %h
593 if (options.proxy_command == NULL) {
596 } else if (strcmp(options.proxy_command, "-") == 0) {
603 options.proxy_command);
108 ssh_proxy_fdpass_connect(struct ssh *ssh, const char *host, u_short port, const char *proxy_command) argument
186 ssh_proxy_connect(struct ssh *ssh, const char *host, u_short port, const char *proxy_command) argument
[all...]
H A Dreadconf.h74 char *proxy_command; /* Proxy command for connecting the host. */ member in struct:__anon6881
H A Dssh.c443 direct = option_clear_or_none(options.proxy_command) &&
793 if (options.proxy_command != NULL)
797 options.proxy_command = xstrdup("none");
1131 direct = option_clear_or_none(options.proxy_command) &&
1181 if (options.proxy_command != NULL)
1186 xasprintf(&options.proxy_command,
1207 options.proxy_command);
1217 if (options.proxy_command != NULL &&
1218 strcmp(options.proxy_command, "-") == 0 &&
1369 if (addrs == NULL && options.proxy_command
[all...]
H A Dreadconf.c1147 charptr = &options->proxy_command;
1897 options->proxy_command = NULL;
2169 CLEAR_ON_NONE(options->proxy_command);
2403 active &= o->proxy_command == NULL && o->jump_host == NULL;
2437 o->proxy_command = xstrdup("none");
2770 dump_cfg_string(oProxyCommand, o->proxy_command);
H A Dclientloop.c1267 } else if (!option_clear_or_none(options.proxy_command) ||

Completed in 166 milliseconds