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

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dxlock.c490 struct passwd *rpw, *upw;
514 rpw = (struct passwd *)getpwuid(0);
520 if (!rpw)
788 struct passwd *rpw, *upw; local
799 rpw = getpwuid(0);
800 if (rpw) {
801 user = rpw->pw_name;
802 rootpass = strdup(rpw->pw_passwd);
821 rpw = (struct passwd *)getpwuid(0);
822 if (rpw)
[all...]

Completed in 33 milliseconds