/third_party/toybox/toys/pending/ |
D | last.c | 61 if (!strncmp(ut->ut_line, devname, UT_LINESIZE)) { in find_and_dlink() 111 if (*ut.ut_line == '~') { in last_main() 116 else if (*ut.ut_user && *ut.ut_line && ut.ut_type != DEAD_PROCESS in last_main() 122 if (ut.ut_line[0] == '|') ut.ut_type = OLD_TIME; in last_main() 123 if (ut.ut_line[0] == '{') ut.ut_type = NEW_TIME; in last_main() 134 strcpy(ut.ut_line, "system boot"); in last_main() 137 ut.ut_line, pwidth, pwidth, ut.ut_host, in last_main() 141 } else if (ut.ut_type == USER_PROCESS && *ut.ut_line) { in last_main() 142 struct arg_list *l = find_and_dlink(&TT.list, ut.ut_line); in last_main() 148 ut.ut_line, pwidth, pwidth, ut.ut_host, in last_main() [all …]
|
D | getty.c | 277 xstrncpy(entry.ut_line, ttyname(STDIN_FILENO) + in utmp_entry() 287 xstrncpy(entry.ut_line, ttyname(STDIN_FILENO) + strlen("/dev/"), UT_LINESIZE); in utmp_entry()
|
/third_party/toybox/toys/other/ |
D | w.c | 29 xprintf("\n%-9.8s%-9.8s %-4.24s (%-1.12s)", x->ut_user, x->ut_line, in w_main()
|
/third_party/toybox/toys/posix/ |
D | who.c | 40 printf("%s\t%s\t%s (%s)\n", entry->ut_user, entry->ut_line, in who_main()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/ |
D | mod.rs | 299 pub ut_line: [::c_char; 32], 400 && self.ut_line == other.ut_line 425 .field("ut_line", &self.ut_line) 444 self.ut_line.hash(state);
|
/third_party/musl/ndk_musl_include/ |
D | utmpx.h | 21 char ut_line[32]; member
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | utmpx.h | 21 char ut_line[32]; member
|
/third_party/musl/include/ |
D | utmpx.h | 21 char ut_line[32]; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | utmpx.h | 21 char ut_line[32]; member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | utmpx.h | 21 char ut_line[32]; member
|
/third_party/musl/libc-test/src/api/ |
D | utmpx.c | 13 F(char,ut_line[0]) in f()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 459 pub ut_line: [::c_char; __UT_LINESIZE], 503 && self.ut_line == other.ut_line 526 .field("ut_line", &self.ut_line) 543 self.ut_line.hash(state);
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 421 pub ut_line: [::c_char; 32], 540 && self.ut_line == other.ut_line 562 .field("ut_line", &self.ut_line) 579 self.ut_line.hash(state);
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 478 pub ut_line: [::c_char; 16], 493 && self.ut_line == other.ut_line 509 .field("ut_line", &self.ut_line) 523 self.ut_line.hash(state);
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 394 pub ut_line: [::c_char; UT_LINESIZE], 719 pub ut_line: [::c_char; _UTX_LINESIZE], 845 && self.ut_line == other.ut_line 871 .field("ut_line", &self.ut_line) 889 self.ut_line.hash(state);
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 592 pub ut_line: [::c_char; UT_LINESIZE], 750 .ut_line 752 .zip(other.ut_line.iter()) 782 self.ut_line.hash(state);
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 414 pub ut_line: [::c_char; 12], 495 pub ut_line: [::c_char; _UTX_LINESIZE], 585 && self.ut_line == other.ut_line 607 .field("ut_line", &self.ut_line) 625 self.ut_line.hash(state);
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 535 pub ut_line: [::c_char; UT_LINESIZE], 767 .ut_line 769 .zip(other.ut_line.iter()) 797 .field("ut_line", &self.ut_line) 814 self.ut_line.hash(state);
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 1019 pub ut_line: [::c_char; 16], 1231 && self.ut_line == other.ut_line 1253 .field("ut_line", &self.ut_line) 1266 self.ut_line.hash(state);
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 1138 pub ut_line: [::c_char; _UTX_LINESIZE], 1849 && self.ut_line == other.ut_line 1869 .field("ut_line", &self.ut_line) 1883 self.ut_line.hash(state);
|