Home
last modified time | relevance | path

Searched refs:ut_host (Results 1 – 19 of 19) sorted by relevance

/third_party/toybox/toys/pending/
Dlast.c137 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()
Dgetty.c282 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/
Dw.c30 ctime(&tt), x->ut_host); in w_main()
/third_party/toybox/toys/posix/
Dwho.c41 toybuf, entry->ut_host); in who_main()
/third_party/musl/ndk_musl_include/
Dutmpx.h24 char ut_host[256]; member
/third_party/musl/porting/uniproton/kernel/include/
Dutmpx.h24 char ut_host[256]; member
/third_party/musl/include/
Dutmpx.h24 char ut_host[256]; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dutmpx.h24 char ut_host[256]; member
/third_party/musl/porting/liteos_m/kernel/include/
Dutmpx.h24 char ut_host[256]; member
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs302 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/
Dmod.rs463 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/
Dmod.rs479 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/
Dmod.rs422 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/
Dmod.rs594 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/
Dmod.rs396 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/
Dmod.rs503 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/
Dmod.rs538 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/
Dmod.rs1020 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/
Dmod.rs1142 pub ut_host: [::c_char; _UTX_HOSTSIZE],
1854 .ut_host
1856 .zip(other.ut_host.iter())
1887 self.ut_host.hash(state);