| /src/external/gpl2/xcvs/dist/src/ |
| root.c | 482 int check_hostname, no_port, no_password, no_proxy; local 764 no_proxy = 1; 827 no_proxy = 0; 838 no_proxy = 0; 853 if (no_proxy && (newroot->proxy_hostname || newroot->proxy_port))
|
| /src/external/bsd/fetch/dist/libfetch/ |
| common.c | 1059 * The no_proxy environment variable specifies a set of domains for 1069 const char *no_proxy, *p, *q; local 1072 if ((no_proxy = getenv("NO_PROXY")) == NULL && 1073 (no_proxy = getenv("no_proxy")) == NULL) 1077 if (strcmp(no_proxy, "*") == 0) 1081 p = no_proxy;
|
| /src/usr.bin/ftp/ |
| fetch.c | 743 char *cp, *ep, *np, *np_copy, *np_iter, *no_proxy; local 749 no_proxy = getoptionvalue("no_proxy"); 750 if (EMPTYSTRING(no_proxy)) 753 np_iter = np_copy = ftp_strdup(no_proxy);
|
| /src/crypto/external/apache2/openssl/dist/crypto/cmp/ |
| cmp_local.h | 48 char *no_proxy; member in struct:ossl_cmp_ctx_st
|
| /src/crypto/external/bsd/openssl/dist/crypto/cmp/ |
| cmp_local.h | 48 char *no_proxy; member in struct:ossl_cmp_ctx_st
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| s_server.c | 462 char *proxy, *no_proxy; member in struct:tlsextstatusctx_st 482 char *proxy = NULL, *no_proxy = NULL; local 522 no_proxy = srctx->no_proxy; 566 *resp = process_responder(req, host, port, path, proxy, no_proxy, 985 { "no_proxy", OPT_NO_PROXY, 's', 988 "Default from environment variable 'no_proxy', else 'NO_PROXY', else none" }, 1519 tlscstatp.no_proxy = opt_arg();
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| s_server.c | 453 char *proxy, *no_proxy; member in struct:tlsextstatusctx_st 473 char *proxy = NULL, *no_proxy = NULL; local 509 no_proxy = srctx->no_proxy; 541 *resp = process_responder(req, host, port, path, proxy, no_proxy, 855 {"no_proxy", OPT_NO_PROXY, 's', 858 "Default from environment variable 'no_proxy', else 'NO_PROXY', else none"}, 1371 tlscstatp.no_proxy = opt_arg();
|