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

/xsrc/external/mit/sessreg/dist/
H A Dsessreg.c115 static char *user_name; variable in typeref:typename:char *
297 user_name = *argv++;
298 if (user_name == NULL) {
356 set_utmp (&utmp_entry, line, user_name, host_name, current_time, aflag);
367 set_utmpx (&utmpx_entry, line, user_name,
420 struct passwd *pwd = getpwnam(user_name);
/xsrc/external/mit/libXt/dist/src/
H A DShell.c3107 String user_name; local in function:SetSessionProperties
3122 user_name = _XtGetUserName(nam_buf, sizeof nam_buf);
3123 if (user_name)
3124 props[num_props++] = ArrayPack(SmUserID, &user_name);

Completed in 7 milliseconds