Searched refs:upw (Results 1 – 3 of 3) sorted by relevance
86 echo upw > ${objdir}/foopassword88 ${kadmin} add -p upw --use-defaults user@${R} || exit 189 ${kadmin} add -p upw --use-defaults another@${R} || exit 1
627 char *upw, *auth; in _http_basic_auth() local632 if (asprintf(&upw, "%s:%s", usr, pwd) == -1) in _http_basic_auth()634 auth = _http_base64(upw); in _http_basic_auth()635 free(upw); in _http_basic_auth()
734 struct userpw *upw = getuserpw(passwd->bv_val); in chk_unix() local736 if (upw != NULL) { in chk_unix()737 pw = upw->upw_passwd; in chk_unix()