Home
last modified time | relevance | path

Searched refs:getutxent (Results 1 - 18 of 18) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/legacy/
H A Dutmpx.c17 struct utmpx *getutxent(void) in getutxent() function
55 weak_alias(getutxent, getutent);
/third_party/musl/src/legacy/
H A Dutmpx.c17 struct utmpx *getutxent(void) in getutxent() function
55 weak_alias(getutxent, getutent);
/third_party/toybox/toys/other/
H A Dw.c25 while ((x=getutxent()) != NULL) { in w_main()
H A Duptime.c73 while ((entry = getutxent())) if (entry->ut_type == USER_PROCESS) users++; in uptime_main()
/third_party/toybox/toys/posix/
H A Dwho.c34 while ((entry = getutxent())) { in who_main()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dutmpx.h40 struct utmpx *getutxent(void);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dutmpx.h40 struct utmpx *getutxent(void);
/third_party/musl/porting/uniproton/kernel/include/
H A Dutmpx.h40 struct utmpx *getutxent(void);
/third_party/musl/include/
H A Dutmpx.h40 struct utmpx *getutxent(void);
/third_party/musl/libc-test/src/api/
H A Dutmpx.c27 {struct utmpx*(*p)(void) = getutxent;} in f()
/third_party/toybox/scripts/
H A Dgenconfig.sh69 if (0 != (a = getutxent())) return 0;
/third_party/toybox/lib/
H A Dportability.h224 static inline struct utmpx *getutxent(void) {return 0;} in getutxent() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs1183 pub fn getutxent() -> *mut utmpx; in getutxent() functions
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1516 pub fn getutxent() -> *mut utmpx; in getutxent() functions
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1809 pub fn getutxent() -> *mut utmpx; in getutxent() functions
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2895 pub fn getutxent() -> *mut utmpx; in getutxent() functions
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs3057 pub fn getutxent() -> *mut utmpx; in getutxent() functions
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs5114 pub fn getutxent() -> *mut utmpx; in getutxent() functions

Completed in 44 milliseconds