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

/freebsd-10.2-release/lib/libfetch/
H A Dhttp.c1309 char *upw, *auth; local
1314 if (asprintf(&upw, "%s:%s", usr, pwd) == -1)
1316 auth = http_base64(upw);
1317 free(upw);

Completed in 107 milliseconds