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

/solaris-x11-s12/open-src/app/xlock/sun-src/
H A Dxlock.c793 struct passwd *rpw, *upw; local
803 rpw = getpwuid(0);
804 if (rpw) {
805 user = rpw->pw_name;
806 rootpass = strdup(rpw->pw_passwd);

Completed in 11 milliseconds