Home
last modified time | relevance | path

Searched defs:utmp (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/
Dutmp.h76 struct utmp { struct
77 short ut_type;
78 pid_t ut_pid;
102 int utmpname(const char* _Nonnull __path); argument
112 struct utmp* _Nullable getutent(void); argument
/bionic/tests/
Dutmp_test.cpp21 TEST(utmp, login_tty) { in TEST() argument
27 TEST(utmp, smoke) { in TEST() argument
/bionic/libc/bionic/
Dutmp.cpp41 utmp* pututline(const utmp*) { in pututline()