Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp310 if (proxy_command) in GetOptions()
317 if (proxy_command) in GetHelp()
324 if (proxy_command) in GetSyntax()
331 if (proxy_command) in GetHelpLong()
339 if (proxy_command) in IsRemovable()
346 if (proxy_command) in IsMultiwordObject()
353 if (proxy_command) in GetAsMultiwordCommand()
360 if (proxy_command) in GenerateHelpText()
370 if (proxy_command) in GetSubcommandSP()
378 if (proxy_command) in GetSubcommandObject()
[all …]
/freebsd-14.2/crypto/openssh/
H A Dsshconnect.c88 expand_proxy_command(const char *proxy_command, const char *user, in expand_proxy_command() argument
96 xasprintf(&tmp, "exec %s", proxy_command); in expand_proxy_command()
114 const char *host_arg, u_short port, const char *proxy_command) in ssh_proxy_fdpass_connect() argument
128 command_string = expand_proxy_command(proxy_command, options.user, in ssh_proxy_fdpass_connect()
196 u_short port, const char *proxy_command) in ssh_proxy_connect() argument
211 command_string = expand_proxy_command(proxy_command, options.user, in ssh_proxy_connect()
551 if (options.proxy_command == NULL) { in ssh_connect()
554 } else if (strcmp(options.proxy_command, "-") == 0) { in ssh_connect()
567 options.proxy_command); in ssh_connect()
570 options.proxy_command); in ssh_connect()
[all …]
H A Dssh.c465 direct = option_clear_or_none(options.proxy_command) && in resolve_canonicalize()
906 if (options.proxy_command != NULL) in main()
910 options.proxy_command = xstrdup("none"); in main()
1250 direct = option_clear_or_none(options.proxy_command) && in main()
1320 if (options.proxy_command != NULL) in main()
1325 xasprintf(&options.proxy_command, in main()
1346 options.proxy_command); in main()
1356 if (options.proxy_command != NULL && in main()
1357 strcmp(options.proxy_command, "-") == 0 && in main()
1627 if (addrs == NULL && options.proxy_command == NULL) { in main()
H A Dreadconf.h75 char *proxy_command; /* Proxy command for connecting the host. */ member
H A Dreadconf.c1441 charptr = &options->proxy_command; in process_config_line_depth()
2574 options->proxy_command = NULL; in initialize_options()
2904 CLEAR_ON_NONE(options->proxy_command); in fill_default_options()
2976 free(o->proxy_command); in free_options()
3258 active &= o->proxy_command == NULL && o->jump_host == NULL; in parse_jump()
3300 o->proxy_command = xstrdup("none"); in parse_jump()
3703 dump_cfg_string(oProxyCommand, o->proxy_command); in dump_client_config()
H A Dclientloop.c1477 } else if (!option_clear_or_none(options.proxy_command) || in client_loop()