Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp264 if (proxy_command) in GetOptions()
271 if (proxy_command) in GetHelp()
278 if (proxy_command) in GetSyntax()
285 if (proxy_command) in GetHelpLong()
293 if (proxy_command) in IsRemovable()
300 if (proxy_command) in IsMultiwordObject()
307 if (proxy_command) in GetAsMultiwordCommand()
314 if (proxy_command) in GenerateHelpText()
324 if (proxy_command) in GetSubcommandSP()
332 if (proxy_command) in GetSubcommandObject()
[all …]
/freebsd-13.1/crypto/openssh/
H A Dsshconnect.c90 expand_proxy_command(const char *proxy_command, const char *user, in expand_proxy_command() argument
98 xasprintf(&tmp, "exec %s", proxy_command); in expand_proxy_command()
116 const char *host_arg, u_short port, const char *proxy_command) in ssh_proxy_fdpass_connect() argument
130 command_string = expand_proxy_command(proxy_command, options.user, in ssh_proxy_fdpass_connect()
198 u_short port, const char *proxy_command) in ssh_proxy_connect() argument
213 command_string = expand_proxy_command(proxy_command, options.user, in ssh_proxy_connect()
545 if (options.proxy_command == NULL) { in ssh_connect()
548 } else if (strcmp(options.proxy_command, "-") == 0) { in ssh_connect()
561 options.proxy_command); in ssh_connect()
564 options.proxy_command); in ssh_connect()
[all …]
H A Dssh.c460 direct = option_clear_or_none(options.proxy_command) && in resolve_canonicalize()
852 if (options.proxy_command != NULL) in main()
856 options.proxy_command = xstrdup("none"); in main()
1196 direct = option_clear_or_none(options.proxy_command) && in main()
1266 if (options.proxy_command != NULL) in main()
1271 xasprintf(&options.proxy_command, in main()
1292 options.proxy_command); in main()
1302 if (options.proxy_command != NULL && in main()
1303 strcmp(options.proxy_command, "-") == 0 && in main()
1559 if (addrs == NULL && options.proxy_command == NULL) { in main()
H A Dreadconf.h74 char *proxy_command; /* Proxy command for connecting the host. */ member
H A Dreadconf.c1331 charptr = &options->proxy_command; in process_config_line_depth()
2390 options->proxy_command = NULL; in initialize_options()
2700 CLEAR_ON_NONE(options->proxy_command); in fill_default_options()
2771 free(o->proxy_command); in free_options()
3053 active &= o->proxy_command == NULL && o->jump_host == NULL; in parse_jump()
3095 o->proxy_command = xstrdup("none"); in parse_jump()
3478 dump_cfg_string(oProxyCommand, o->proxy_command); in dump_client_config()
H A Dclientloop.c1239 } else if (!option_clear_or_none(options.proxy_command) || in client_loop()