Searched refs:proxyauth (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/usr.sbin/portsnap/phttpget/
H A Dphttpget.c52 static char * proxyauth; variable
172 asprintf(&proxyauth, "Proxy-Authorization: Basic %s\r\n",
174 if (proxyauth == NULL)
180 proxyauth = NULL;
213 proxyauth ? proxyauth : "",
/freebsd-10.0-release/contrib/tnftp/src/
H A Dfetch.c478 fetch_url(const char *url, const char *proxyenv, char *proxyauth, char *wwwauth) argument
825 if (proxyauth) {
832 fprintf(fin, "Proxy-Authorization: %s\r\n", proxyauth);
1035 proxyauth, wwwauth);
1055 authp = &proxyauth;
1083 proxyauth, wwwauth);

Completed in 86 milliseconds