Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMultiword.cpp311 if (proxy_command) in GetOptions()
318 if (proxy_command) in GetHelp()
325 if (proxy_command) in GetSyntax()
332 if (proxy_command) in GetHelpLong()
340 if (proxy_command) in IsRemovable()
347 if (proxy_command) in IsMultiwordObject()
354 if (proxy_command) in GetAsMultiwordCommand()
361 if (proxy_command) in GenerateHelpText()
371 if (proxy_command) in GetSubcommandSP()
379 if (proxy_command) in GetSubcommandObject()
[all …]
/openbsd/usr.bin/ssh/
H A Dsshconnect.c77 expand_proxy_command(const char *proxy_command, const char *user, in expand_proxy_command() argument
85 xasprintf(&tmp, "exec %s", proxy_command); in expand_proxy_command()
103 const char *host_arg, u_short port, const char *proxy_command) in ssh_proxy_fdpass_connect() argument
117 command_string = expand_proxy_command(proxy_command, options.user, in ssh_proxy_fdpass_connect()
185 u_short port, const char *proxy_command) in ssh_proxy_connect() argument
200 command_string = expand_proxy_command(proxy_command, options.user, in ssh_proxy_connect()
530 if (options.proxy_command == NULL) { in ssh_connect()
533 } else if (strcmp(options.proxy_command, "-") == 0) { in ssh_connect()
546 options.proxy_command); in ssh_connect()
549 options.proxy_command); in ssh_connect()
[all …]
H A Dssh.c449 direct = option_clear_or_none(options.proxy_command) && in resolve_canonicalize()
880 if (options.proxy_command != NULL) in main()
884 options.proxy_command = xstrdup("none"); in main()
1229 direct = option_clear_or_none(options.proxy_command) && in main()
1299 if (options.proxy_command != NULL) in main()
1304 xasprintf(&options.proxy_command, in main()
1325 options.proxy_command); in main()
1335 if (options.proxy_command != NULL && in main()
1336 strcmp(options.proxy_command, "-") == 0 && in main()
1593 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.c1464 charptr = &options->proxy_command; in process_config_line_depth()
2624 options->proxy_command = NULL; in initialize_options()
2948 CLEAR_ON_NONE(options->proxy_command); in fill_default_options()
3020 free(o->proxy_command); in free_options()
3302 active &= o->proxy_command == NULL && o->jump_host == NULL; in parse_jump()
3344 o->proxy_command = xstrdup("none"); in parse_jump()
3750 dump_cfg_string(oProxyCommand, o->proxy_command); in dump_client_config()
H A Dclientloop.c1468 } else if (!option_clear_or_none(options.proxy_command) || in client_loop()