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

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dxlock.c486 struct spwd *rspw, *uspw; local
503 uspw = getspnam(user);
504 if (!uspw) {
781 struct spwd *rspw, *uspw; local
814 uspw = getspnam(user);
815 if (uspw && uspw->sp_pwdp)
816 suserpass = strdup(uspw->sp_pwdp);

Completed in 255 milliseconds