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

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dxlock.c487 struct passwd *upw; local
490 struct passwd *rpw, *upw;
496 upw = (struct passwd *)getpwuid(getuid());
497 if (upw == NULL) { /* should not pass NULL to getspnam */
501 user = upw->pw_name;
516 upw = (struct passwd *)getpwuid(getuid());
518 if (!upw) {
788 struct passwd *rpw, *upw; local
809 upw = getpwuid(getuid());
810 if (upw) {
[all...]

Completed in 11 milliseconds