Searched defs:user (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/xserver/xorg/sun-src/os/
H A Ddtlogin.c27 * the X window server at system boot time before any user
32 * by the Xserver for user specific configuration data supplied
34 * over to the user's credentials (UID, GID, GID_LIST) and
36 * the user's CWD home.
83 /* Data about the user we need to switch to */
99 struct dmuser user; /* target user, to switch to on login */ member in struct:dmdata
110 static struct dmuser originalUser; /* user to switch back to in CloseDown */
118 static void dtlogin_process(struct dmuser *user, int user_logged_in);
153 dmd->user
473 dtlogin_process(struct dmuser *user, int user_logged_in) argument
[all...]
/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dxlock.c488 const char *user; local
498 user = "";
501 user = upw->pw_name;
503 uspw = getspnam(user);
659 * audit records and real uid of the user.
696 * audit records and real uid of the user.
736 * audit records and real uid of the user.
784 const char *user; local
786 const char *user = getenv("USER"); local
801 user
[all...]

Completed in 62 milliseconds