Searched defs:http_proxy (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Ddownload.c45 char *http_proxy = NULL; local
58 "t:(objtype)u:(url)h:(http_proxy)o:(outfile)d:(dir)")) != EOF) {
76 if (http_proxy)
78 http_proxy = optarg_av;
135 * Get the http proxy from the command "http_proxy" option or the
138 if (http_proxy == NULL)
139 http_proxy = getenv("http_proxy");
141 if (http_proxy != NULL) {
142 char *ptmp = http_proxy;
[all...]

Completed in 1622 milliseconds