Home
last modified time | relevance | path

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

/freebsd/libexec/phttpget/
H A Dphttpget.c125 char *proxy_auth_user = NULL; in readenv() local
157 proxy_auth_user = strsep(&env_HTTP_PROXY_AUTH, ":"); in readenv()
161 if ((proxy_auth_user != NULL) && (proxy_auth_pass != NULL)) { in readenv()
163 proxy_auth_user, proxy_auth_pass); in readenv()