Searched refs:xpasswd (Results 1 – 2 of 2) sorted by relevance
439 char *xpasswd, *salt; in check_user() local454 xpasswd = crypt(cred, salt); in check_user()457 strcmp(xpasswd, pw->pw_passwd)) { in check_user()
1400 char *xpasswd; in pass() local1421 xpasswd = pw->pw_passwd; in pass()1425 xpasswd = crypt(passwd, pw->pw_passwd); in pass()1427 xpasswd = ":"; in pass()1432 rval = strcmp(pw->pw_passwd, xpasswd); in pass()