/third_party/toybox/toys/pending/ |
D | last.c | 137 ut.ut_line, pwidth, pwidth, ut.ut_host, in last_main() 148 ut.ut_line, pwidth, pwidth, ut.ut_host, in last_main() 178 ut.ut_line, pwidth, pwidth, ut.ut_host, in last_main()
|
D | getty.c | 282 else xstrncpy(entry.ut_host, TT.host_str, UT_HOSTSIZE); in utmp_entry() 290 else xstrncpy(entry.ut_host, TT.host_str, UT_HOSTSIZE); in utmp_entry()
|
/third_party/toybox/toys/other/ |
D | w.c | 30 ctime(&tt), x->ut_host); in w_main()
|
/third_party/toybox/toys/posix/ |
D | who.c | 41 toybuf, entry->ut_host); in who_main()
|
/third_party/musl/ndk_musl_include/ |
D | utmpx.h | 24 char ut_host[256]; member
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | utmpx.h | 24 char ut_host[256]; member
|
/third_party/musl/include/ |
D | utmpx.h | 24 char ut_host[256]; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | utmpx.h | 24 char ut_host[256]; member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | utmpx.h | 24 char ut_host[256]; member
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/ |
D | mod.rs | 302 pub ut_host: [::c_char; 256], 404 .ut_host 406 .zip(other.ut_host.iter()) 447 self.ut_host.hash(state);
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 463 pub ut_host: [::c_char; __UT_HOSTSIZE], 507 .ut_host 509 .zip(other.ut_host.iter()) 546 self.ut_host.hash(state);
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 479 pub ut_host: [::c_char; 128], 494 && self.ut_host.iter().zip(other.ut_host.iter()).all(|(a,b)| a == b) 510 .field("ut_host", &self.ut_host) 524 self.ut_host.hash(state);
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 422 pub ut_host: [::c_char; 256], 542 .ut_host 544 .zip(other.ut_host.iter()) 580 self.ut_host.hash(state);
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 594 pub ut_host: [::c_char; UT_HOSTSIZE], 760 .ut_host 762 .zip(other.ut_host.iter()) 784 self.ut_host.hash(state);
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 396 pub ut_host: [::c_char; UT_HOSTSIZE], 720 pub ut_host: [::c_char; _UTX_HOSTSIZE], 857 .ut_host 859 .zip(other.ut_host.iter()) 891 self.ut_host.hash(state);
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 503 pub ut_host: [::c_char; _UTX_HOSTSIZE], 593 .ut_host 595 .zip(other.ut_host.iter()) 615 .field("ut_host", &&self.ut_host[..]) 627 self.ut_host.hash(state);
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 538 pub ut_host: [::c_char; UT_HOSTSIZE], 778 .ut_host 780 .zip(other.ut_host.iter()) 817 self.ut_host.hash(state);
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 1020 pub ut_host: [::c_char; 128], 1233 .ut_host 1235 .zip(other.ut_host.iter()) 1267 self.ut_host.hash(state);
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 1142 pub ut_host: [::c_char; _UTX_HOSTSIZE], 1854 .ut_host 1856 .zip(other.ut_host.iter()) 1887 self.ut_host.hash(state);
|