Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMultiword.cpp277 if (proxy_command) in GetHelpLong()
285 if (proxy_command) in IsRemovable()
292 if (proxy_command) in IsMultiwordObject()
299 if (proxy_command) in GetAsMultiwordCommand()
306 if (proxy_command) in GenerateHelpText()
314 if (proxy_command) in GetSubcommandSP()
322 if (proxy_command) in GetSubcommandObject()
332 if (proxy_command) in AproposAllSubCommands()
340 if (proxy_command) in LoadSubCommand()
347 if (proxy_command) in WantsRawCommandString()
[all …]
/freebsd-12.1/crypto/openssh/
H A Dsshconnect.c91 expand_proxy_command(const char *proxy_command, const char *user, in expand_proxy_command() argument
97 xasprintf(&tmp, "exec %s", proxy_command); in expand_proxy_command()
110 const char *proxy_command) in ssh_proxy_fdpass_connect() argument
124 command_string = expand_proxy_command(proxy_command, options.user, in ssh_proxy_fdpass_connect()
188 const char *proxy_command) in ssh_proxy_connect() argument
203 command_string = expand_proxy_command(proxy_command, options.user, in ssh_proxy_connect()
594 if (options.proxy_command == NULL) { in ssh_connect()
597 } else if (strcmp(options.proxy_command, "-") == 0) { in ssh_connect()
604 options.proxy_command); in ssh_connect()
803 if (options.proxy_command == NULL) { in get_hostfile_hostname_ipaddr()
[all …]
H A Dssh.c443 direct = option_clear_or_none(options.proxy_command) && in resolve_canonicalize()
786 if (options.proxy_command != NULL) in main()
790 options.proxy_command = xstrdup("none"); in main()
1129 option_clear_or_none(options.proxy_command), in main()
1132 if (option_clear_or_none(options.proxy_command)) in main()
1175 if (options.proxy_command != NULL) in main()
1180 xasprintf(&options.proxy_command, in main()
1201 options.proxy_command); in main()
1211 if (options.proxy_command != NULL && in main()
1212 strcmp(options.proxy_command, "-") == 0 && in main()
[all …]
H A Dreadconf.h73 char *proxy_command; /* Proxy command for connecting the host. */ member
H A Dreadconf.c1146 charptr = &options->proxy_command; in process_config_line_depth()
1871 options->proxy_command = NULL; in initialize_options()
2140 CLEAR_ON_NONE(options->proxy_command); in fill_default_options()
2374 active &= o->proxy_command == NULL && o->jump_host == NULL; in parse_jump()
2408 o->proxy_command = xstrdup("none"); in parse_jump()
2740 dump_cfg_string(oProxyCommand, o->proxy_command); in dump_client_config()
H A Dclientloop.c1254 } else if (!option_clear_or_none(options.proxy_command) || in client_loop()