Home
last modified time | relevance | path

Searched defs:utmpx (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/
Dutmpx.h51 struct utmpx { struct
52 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
/bionic/tests/
Dutmpx_test.cpp33 TEST(utmpx, smoke) { in TEST() argument