Home
last modified time | relevance | path

Searched refs:getutent (Results 1 - 14 of 14) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/legacy/legacy_gtest/
H A Dlegacy_getutent_test.cpp13 * @tc.desc: Verify whether the behavior of old Unix/Linux library functions such as getutent, setutent, endutent, and
21 EXPECT_EQ(nullptr, getutent()); in HWTEST_F()
H A Dlegacy_endutent_test.cpp23 while ((user = getutent()) != nullptr) { in HWTEST_F()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dutmp.h29 struct utmp *getutent(void);
/third_party/musl/porting/uniproton/kernel/include/
H A Dutmp.h29 struct utmp *getutent(void);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dutmp.h29 struct utmp *getutent(void);
/third_party/musl/include/
H A Dutmp.h29 struct utmp *getutent(void);
/third_party/musl/porting/liteos_a/user/src/legacy/
H A Dutmpx.c55 weak_alias(getutxent, getutent);
/third_party/musl/src/legacy/
H A Dutmpx.c55 weak_alias(getutxent, getutent);
/third_party/toybox/toys/pending/
H A Dgetty.c272 while ((utp_ptr = getutent())) in utmp_entry()
/third_party/libuv/src/unix/
H A Daix.c1043 while ((utmp_buf = getutent()) != NULL) { in uv_uptime()
/third_party/node/deps/uv/src/unix/
H A Daix.c1027 while ((utmp_buf = getutent()) != NULL) { in uv_uptime()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2908 pub fn getutent() -> *mut utmp; in getutent() functions
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs3153 pub fn getutent() -> *mut utmp; in getutent() functions
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs3065 pub fn getutent() -> *mut utmp; in getutent() functions

Completed in 28 milliseconds