Home
last modified time | relevance | path

Searched refs:ut_name (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/ndk_musl_include/
Dutmp.h22 #define ut_name ut_user macro
/third_party/musl/porting/uniproton/kernel/include/
Dutmp.h22 #define ut_name ut_user macro
/third_party/musl/porting/liteos_m/kernel/include/
Dutmp.h22 #define ut_name ut_user macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dutmp.h22 #define ut_name ut_user macro
/third_party/musl/include/
Dutmp.h22 #define ut_name ut_user macro
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs418 pub ut_name: [::c_char; 32],
538 self.ut_name == other.ut_name
560 .field("ut_name", &self.ut_name)
577 self.ut_name.hash(state);
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs395 pub ut_name: [::c_char; UT_NAMESIZE],
717 pub ut_name: [::c_char; _UTX_USERSIZE],
844 && self.ut_name == other.ut_name
869 .field("ut_name", &self.ut_name)
886 self.ut_name.hash(state);
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs593 pub ut_name: [::c_char; UT_NAMESIZE],
755 .ut_name
757 .zip(other.ut_name.iter())
783 self.ut_name.hash(state);