Searched defs:utmpx (Results 1 – 2 of 2) sorted by relevance
51 struct utmpx { struct52 short ut_type;53 pid_t ut_pid;54 char ut_line[32];55 char ut_id[4];56 char ut_user[32];57 char ut_host[256];81 struct utmpx* _Nullable getutxent(void) __RENAME(getutent); argument
33 TEST(utmpx, smoke) { in TEST() argument