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

/freebsd-11-stable/usr.sbin/portsnap/phttpget/
H A Dphttpget.c54 static char * proxyauth; variable
174 asprintf(&proxyauth, "Proxy-Authorization: Basic %s\r\n",
176 if (proxyauth == NULL)
182 proxyauth = NULL;
215 proxyauth ? proxyauth : "",
/freebsd-11-stable/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 57 milliseconds