Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dutmpx.h17 struct utmpx { struct
40 struct utmpx *getutxent(void); argument
/third_party/musl/include/
Dutmpx.h17 struct utmpx { struct
40 struct utmpx *getutxent(void); argument
/third_party/musl/porting/uniproton/kernel/include/
Dutmpx.h17 struct utmpx { struct
40 struct utmpx *getutxent(void); argument
/third_party/musl/ndk_musl_include/
Dutmpx.h17 struct utmpx { struct
18 short ut_type;
19 short __ut_pad1;
20 pid_t ut_pid;
21 char ut_line[32];
22 char ut_id[4];
23 char ut_user[32];
24 char ut_host[256];
25 struct {
28 } ut_exit;
[all …]
/third_party/musl/porting/liteos_m/kernel/include/
Dutmpx.h17 struct utmpx { struct
40 struct utmpx *getutxent(void); argument
/third_party/toybox/lib/
Dportability.h217 struct utmpx {int ut_type;}; struct