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

/freebsd-10.0-release/usr.sbin/portsnap/phttpget/
H A Dphttpget.c47 static const char * env_HTTP_PROXY; variable
130 env_HTTP_PROXY = getenv("HTTP_PROXY");
131 if (env_HTTP_PROXY == NULL)
132 env_HTTP_PROXY = getenv("http_proxy");
133 if (env_HTTP_PROXY != NULL) {
134 if (strncmp(env_HTTP_PROXY, "http://", 7) == 0)
135 env_HTTP_PROXY += 7;
136 p = strchr(env_HTTP_PROXY, '/');
139 p = strchr(env_HTTP_PROXY, ':');
148 if ((env_HTTP_PROXY !
[all...]

Completed in 64 milliseconds