Searched refs:no_proxy (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/gpl2/xcvs/dist/src/ |
| D | root.c | 482 int check_hostname, no_port, no_password, no_proxy; in parse_cvsroot() local 764 no_proxy = 1; in parse_cvsroot() 827 no_proxy = 0; in parse_cvsroot() 838 no_proxy = 0; in parse_cvsroot() 853 if (no_proxy && (newroot->proxy_hostname || newroot->proxy_port)) in parse_cvsroot()
|
| /netbsd/src/external/bsd/fetch/dist/libfetch/ |
| D | common.c | 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;
|
| /netbsd/src/crypto/external/bsd/openssl/dist/apps/ |
| D | s_server.c | 453 char *proxy, *no_proxy; member 473 char *proxy = NULL, *no_proxy = NULL; in get_ocsp_resp_from_responder() local 509 no_proxy = srctx->no_proxy; in get_ocsp_resp_from_responder() 541 *resp = process_responder(req, host, port, path, proxy, no_proxy, in get_ocsp_resp_from_responder() 1371 tlscstatp.no_proxy = opt_arg(); in s_server_main()
|
| D | ocsp.c | 1233 const char *proxy, const char *no_proxy, in process_responder() argument 1249 app_http_post_asn1(host, port, path, proxy, no_proxy, in process_responder()
|
| /netbsd/src/usr.bin/ftp/ |
| D | fetch.c | 744 char *cp, *ep, *np, *np_copy, *np_iter, *no_proxy; in handle_noproxy() local 750 no_proxy = getoptionvalue("no_proxy"); in handle_noproxy() 751 if (EMPTYSTRING(no_proxy)) in handle_noproxy() 754 np_iter = np_copy = ftp_strdup(no_proxy); in handle_noproxy()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/test/ |
| D | cmp_ctx_test.c | 738 DEFINE_SET_TEST(OSSL_CMP, CTX, 1, 1, no_proxy, char) in DEFINE_SET_CB_TEST()
|
| /netbsd/src/doc/ |
| D | CHANGES.prev | 4327 ftp(1): implement $no_proxy and $FTPANONPASS support. [lukem 19980803]
|