Searched refs:HTTP_PROXY (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/tnftp/src/
H A Dmain.c135 #define HTTP_PROXY "http_proxy" /* env var with HTTP proxy location */ macro
496 setupoption("http_proxy", getenv(HTTP_PROXY), "");
/freebsd-10.0-release/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh379 # Generate a random seed for use in picking mirrors. If HTTP_PROXY
382 if [ -n "${HTTP_PROXY}${http_proxy}" ]; then
383 RANDVALUE=`sha256 -qs "${HTTP_PROXY}${http_proxy}" |
/freebsd-10.0-release/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh926 # Generate a random seed for use in picking mirrors. If HTTP_PROXY
929 if [ -n "${HTTP_PROXY}${http_proxy}" ]; then
930 RANDVALUE=`sha256 -qs "${HTTP_PROXY}${http_proxy}" |

Completed in 101 milliseconds