Home
last modified time | relevance | path

Searched refs:ut_line (Results 1 – 20 of 20) sorted by relevance

/third_party/toybox/toys/pending/
Dlast.c61 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 …]
Dgetty.c277 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/
Dw.c29 xprintf("\n%-9.8s%-9.8s %-4.24s (%-1.12s)", x->ut_user, x->ut_line, in w_main()
/third_party/toybox/toys/posix/
Dwho.c40 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/
Dmod.rs299 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/
Dutmpx.h21 char ut_line[32]; member
/third_party/musl/porting/uniproton/kernel/include/
Dutmpx.h21 char ut_line[32]; member
/third_party/musl/include/
Dutmpx.h21 char ut_line[32]; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dutmpx.h21 char ut_line[32]; member
/third_party/musl/porting/liteos_m/kernel/include/
Dutmpx.h21 char ut_line[32]; member
/third_party/musl/libc-test/src/api/
Dutmpx.c13 F(char,ut_line[0]) in f()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs459 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/
Dmod.rs421 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/
Dmod.rs478 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/
Dmod.rs394 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/
Dmod.rs592 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/
Dmod.rs414 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/
Dmod.rs535 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/
Dmod.rs1019 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/
Dmod.rs1138 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);