Home
last modified time | relevance | path

Searched defs:utmpx (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dutmpx.h56 struct utmpx struct
58 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