Searched defs:utmpx (Results 1 – 2 of 2) sorted by relevance
55 struct utmpx struct57 short int ut_type; /* Type of login. */58 __pid_t ut_pid; /* Process ID of login process. */59 char ut_line[__UT_LINESIZE]61 char ut_id[4]63 char ut_user[__UT_NAMESIZE]65 char ut_host[__UT_HOSTSIZE]89 /* Values for the `ut_type' field of a `struct utmpx'. */ argument