Home
last modified time | relevance | path

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

/freebsd-13.1/libexec/phttpget/
H A Dphttpget.c49 static const char * env_HTTP_PROXY; variable
133 if (env_HTTP_PROXY == NULL) in readenv()
135 if (env_HTTP_PROXY != NULL) { in readenv()
137 env_HTTP_PROXY += 7; in readenv()
138 p = strchr(env_HTTP_PROXY, '/'); in readenv()
141 p = strchr(env_HTTP_PROXY, ':'); in readenv()
150 if ((env_HTTP_PROXY != NULL) && in readenv()
212 env_HTTP_PROXY ? "http://" : "", in makerequest()
213 env_HTTP_PROXY ? server : "", in makerequest()
345 error = getaddrinfo(env_HTTP_PROXY ? env_HTTP_PROXY : servername, in main()
[all …]