Home
last modified time | relevance | path

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

/freebsd-13.1/libexec/phttpget/
H A Dphttpget.c50 static char * env_HTTP_PROXY_AUTH; variable
149 env_HTTP_PROXY_AUTH = getenv("HTTP_PROXY_AUTH"); in readenv()
151 (env_HTTP_PROXY_AUTH != NULL) && in readenv()
152 (strncasecmp(env_HTTP_PROXY_AUTH, "basic:" , 6) == 0)) { in readenv()
154 (void) strsep(&env_HTTP_PROXY_AUTH, ":"); in readenv()
157 (void) strsep(&env_HTTP_PROXY_AUTH, ":"); in readenv()
160 proxy_auth_user = strsep(&env_HTTP_PROXY_AUTH, ":"); in readenv()
161 proxy_auth_pass = env_HTTP_PROXY_AUTH; in readenv()