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

/freebsd-13-stable/lib/libfetch/
H A Dhttp.c1315 char *upw, *auth; local
1320 if (asprintf(&upw, "%s:%s", usr, pwd) == -1)
1322 auth = http_base64(upw);
1323 free(upw);

Completed in 54 milliseconds