Home
last modified time | relevance | path

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

/freebsd-14.2/libexec/phttpget/
H A Dphttpget.c126 char *proxy_auth_user = NULL; in readenv() local
158 proxy_auth_user = strsep(&env_HTTP_PROXY_AUTH, ":"); in readenv()
162 if ((proxy_auth_user != NULL) && (proxy_auth_pass != NULL)) { in readenv()
164 proxy_auth_user, proxy_auth_pass); in readenv()