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

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

Completed in 65 milliseconds