Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/legacy/legacy_gtest/
H A Dlegacy_getutent_test.cpp19 EXPECT_EQ(-1, utmpname("test")); in HWTEST_F()
H A Dlegacy_utmpname_test.cpp14 * @tc.desc: Check whether the utmpname function behaves as expected when provided with an empty string as
21 EXPECT_EQ(-1, utmpname(" ")); in HWTEST_F()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dutmp.h36 int utmpname(const char *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dutmp.h36 int utmpname(const char *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dutmp.h36 int utmpname(const char *);
/third_party/musl/include/
H A Dutmp.h36 int utmpname(const char *);
/third_party/musl/porting/liteos_a/user/src/legacy/
H A Dutmpx.c60 weak_alias(__utmpxname, utmpname);
/third_party/musl/src/legacy/
H A Dutmpx.c60 weak_alias(__utmpxname, utmpname);
/third_party/toybox/toys/pending/
H A Dgetty.c270 utmpname(_PATH_UTMP); in utmp_entry()
/third_party/libuv/src/unix/
H A Daix.c1039 utmpname(UTMP_FILE); in uv_uptime()
/third_party/node/deps/uv/src/unix/
H A Daix.c1023 utmpname(UTMP_FILE); in uv_uptime()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs1181 pub fn utmpname(file: *const ::c_char) -> ::c_int; in utmpname() functions
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs3151 pub fn utmpname(name: *const ::c_char) -> ::c_int; in utmpname() functions
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs3070 pub fn utmpname(file: *const ::c_char) -> ::c_int; in utmpname() functions

Completed in 24 milliseconds