Searched defs:utmpx (Results 1 – 4 of 4) 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
97 pututxline32 (const struct utmpx32 *utmpx) in pututxline32()105 updwtmpx32 (const char *wtmpx_file, const struct utmpx32 *utmpx) in updwtmpx32()116 getutmp32 (const struct utmpx32 *utmpx, struct utmp32 *utmp) in getutmp32()129 getutmpx32 (const struct utmp32 *utmp, struct utmpx32 *utmpx) in getutmpx32()
29 getutmp (const struct utmpx *utmpx, struct utmp *utmp) in getutmp()
Completed in 8 milliseconds