Searched defs:utmp (Results 1 – 3 of 3) sorted by relevance
76 struct utmp { struct77 short ut_type;78 pid_t ut_pid;102 int utmpname(const char* _Nonnull __path); argument112 struct utmp* _Nullable getutent(void); argument
21 TEST(utmp, login_tty) { in TEST() argument27 TEST(utmp, smoke) { in TEST() argument
41 utmp* pututline(const utmp*) { in pututline()