Home
last modified time | relevance | path

Searched refs:utmpt (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/who/
H A Dwho.c781 static struct utmpx utmpt; in process() local
785 while (i < (int)sizeof (utmpt.ut_user) && in process()
787 utmpt.ut_user[i++] = *pwp->pw_name++; in process()
793 while (i < (int)sizeof (utmpt.ut_line) && in process()
795 utmpt.ut_line[i++] = *ttname++; in process()
797 utmpt.ut_id[0] = 0; in process()
798 utmpt.ut_pid = getpid(); in process()
799 utmpt.ut_type = USER_PROCESS; in process()
800 (void) time(&utmpt.ut_xtime); in process()
801 utmpp = &utmpt; in process()