Home
last modified time | relevance | path

Searched refs:UT_NAMESIZE (Results 1 - 10 of 10) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/
H A Dutmp.h11 #define UT_NAMESIZE 32 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dutmp.h11 #define UT_NAMESIZE 32 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dutmp.h11 #define UT_NAMESIZE 32 macro
/third_party/musl/include/
H A Dutmp.h11 #define UT_NAMESIZE 32 macro
/third_party/toybox/toys/pending/
H A Dgetty.c280 xstrncpy(entry.ut_user, "LOGIN", UT_NAMESIZE); in utmp_entry()
288 xstrncpy(entry.ut_user, "LOGIN", UT_NAMESIZE); in utmp_entry()
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
H A Dmod.rs224 pub const UT_NAMESIZE: usize = 8; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/
H A Dmod.rs313 pub const UT_NAMESIZE: usize = 32; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs593 pub ut_name: [::c_char; UT_NAMESIZE],
952 pub const UT_NAMESIZE: usize = 32; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs395 pub ut_name: [::c_char; UT_NAMESIZE],
2184 pub const UT_NAMESIZE: usize = 8; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs537 pub ut_user: [::c_char; UT_NAMESIZE],

Completed in 22 milliseconds