Searched refs:xpasswd (Results 1 – 3 of 3) sorted by relevance
43 struct xpasswd { struct180 static struct xpasswd *pwds;236 struct xpasswd *pwd; in select_users()293 display_user(struct xpasswd *pwd) in display_user()331 struct xpasswd *pwd; in list_users()
439 char *xpasswd, *salt; in check_user() local454 xpasswd = crypt(cred, salt); in check_user()457 strcmp(xpasswd, pw->pw_passwd)) { in check_user()
1382 char *xpasswd; in pass() local1402 xpasswd = pw->pw_passwd; in pass()1404 xpasswd = crypt(passwd, pw->pw_passwd); in pass()1406 xpasswd = ":"; in pass()1411 rval = strcmp(pw->pw_passwd, xpasswd); in pass()