Searched defs:utmpx (Results 1 – 6 of 6) sorted by relevance
17 struct utmpx { struct40 struct utmpx *getutxent(void); argument
17 struct utmpx { struct18 short ut_type;19 short __ut_pad1;20 pid_t ut_pid;21 char ut_line[32];22 char ut_id[4];23 char ut_user[32];24 char ut_host[256];25 struct {28 } ut_exit;[all …]
217 struct utmpx {int ut_type;}; struct