Home
last modified time | relevance | path

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

/freebsd-14.2/libexec/phttpget/
H A Dphttpget.c48 static char * env_HTTP_PROXY_AUTH; variable
147 env_HTTP_PROXY_AUTH = getenv("HTTP_PROXY_AUTH"); in readenv()
149 (env_HTTP_PROXY_AUTH != NULL) && in readenv()
150 (strncasecmp(env_HTTP_PROXY_AUTH, "basic:" , 6) == 0)) { in readenv()
152 (void) strsep(&env_HTTP_PROXY_AUTH, ":"); in readenv()
155 (void) strsep(&env_HTTP_PROXY_AUTH, ":"); in readenv()
158 proxy_auth_user = strsep(&env_HTTP_PROXY_AUTH, ":"); in readenv()
159 proxy_auth_pass = env_HTTP_PROXY_AUTH; in readenv()