Searched refs:utmpx (Results 1 – 4 of 4) sorted by relevance
/bionic/tests/headers/posix/ |
D | utmpx_h.c | 34 TYPE(struct utmpx); in utmpx_h() 35 STRUCT_MEMBER_ARRAY(struct utmpx, char/*[]*/, ut_user); in utmpx_h() 36 STRUCT_MEMBER_ARRAY(struct utmpx, char/*[]*/, ut_id); in utmpx_h() 37 STRUCT_MEMBER_ARRAY(struct utmpx, char/*[]*/, ut_line); in utmpx_h() 38 STRUCT_MEMBER(struct utmpx, pid_t, ut_pid); in utmpx_h() 39 STRUCT_MEMBER(struct utmpx, short, ut_type); in utmpx_h() 42 STRUCT_MEMBER(struct utmpx, struct timeval, ut_tv); in utmpx_h() 58 FUNCTION(getutxent, struct utmpx* (*f)(void)); in utmpx_h() 59 FUNCTION(getutxid, struct utmpx* (*f)(const struct utmpx*)); in utmpx_h() 60 FUNCTION(getutxline, struct utmpx* (*f)(const struct utmpx*)); in utmpx_h() [all …]
|
/bionic/libc/include/ |
D | utmpx.h | 51 struct utmpx { struct 81 struct utmpx* _Nullable getutxent(void) __RENAME(getutent); argument 86 struct utmpx* _Nullable getutxid(const struct utmpx* _Nonnull __entry) __RENAME(getutent); 91 struct utmpx* _Nullable getutxline(const struct utmpx* _Nonnull __entry) __RENAME(getutent); 96 struct utmpx* _Nullable pututxline(const struct utmpx* _Nonnull __entry) __RENAME(pututline);
|
/bionic/tests/ |
D | utmpx_test.cpp | 33 TEST(utmpx, smoke) { in TEST() argument 36 utmpx empty = {.ut_type = EMPTY}; in TEST()
|
D | Android.bp | 550 // musl #defines utmp to utmpx, causing a collision with
|