Searched defs:utmpx (Results 1 – 1 of 1) sorted by relevance
56 struct utmpx struct58 short int ut_type; /* Type of login. */59 __pid_t ut_pid; /* Process ID of login process. */60 char ut_line[__UT_LINESIZE]; /* Devicename. */61 char ut_id[4]; /* Inittab ID. */62 char ut_user[__UT_NAMESIZE]; /* Username. */86 /* Values for the `ut_type' field of a `struct utmpx'. */ argument