Home
last modified time | relevance | path

Searched refs:httpproxy (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/etc/examples/
H A Drelayd.conf106 relay httpproxy {
/openbsd-src/usr.bin/ftp/
H A Dfetch.c1252 char *ftpproxy, *httpproxy; in auto_fetch() local
1270 if ((httpproxy = getenv(HTTP_PROXY)) != NULL && *httpproxy == '\0') in auto_fetch()
1271 httpproxy = NULL; in auto_fetch()
1307 if (url_get(url, httpproxy, outfile, lastfile) == -1) in auto_fetch()
/openbsd-src/usr.sbin/rpki-client/
H A Dhttp.c2012 char *httpproxy; in http_setup() local
2035 if ((httpproxy = getenv("http_proxy")) != NULL && *httpproxy == '\0') in http_setup()
2036 httpproxy = NULL; in http_setup()
2038 proxy_parse_uri(httpproxy); in http_setup()