/third_party/toybox/toys/pending/ |
D | last.c | 112 if (!strcmp(ut.ut_user, "runlevel")) ut.ut_type = RUN_LVL; in last_main() 113 else if (!strcmp(ut.ut_user, "reboot")) ut.ut_type = BOOT_TIME; in last_main() 114 else if (!strcmp(ut.ut_user, "shutdown")) ut.ut_type = SHUTDOWN_TIME; in last_main() 115 } else if (!*ut.ut_user) ut.ut_type = DEAD_PROCESS; in last_main() 116 else if (*ut.ut_user && *ut.ut_line && ut.ut_type != DEAD_PROCESS in last_main() 117 && strcmp(ut.ut_user, "LOGIN")) ut.ut_type = USER_PROCESS; in last_main() 121 if (!strcmp(ut.ut_user, "date")) { in last_main() 136 printf("%-8.8s %-12.12s %-*.*s %-16.16s %-7.7s %s\n", ut.ut_user, in last_main() 147 printf("%-8.8s %-12.12s %-*.*s %-16.16s %-7.7s %s\n", ut.ut_user, in last_main() 177 printf("%-8.8s %-12.12s %-*.*s %-16.16s %-7.7s %s\n", ut.ut_user, in last_main()
|
D | getty.c | 280 xstrncpy(entry.ut_user, "LOGIN", UT_NAMESIZE); in utmp_entry() 288 xstrncpy(entry.ut_user, "LOGIN", UT_NAMESIZE); in utmp_entry()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/ |
D | mod.rs | 301 pub ut_user: [::c_char; 32], 402 && self.ut_user == other.ut_user 427 .field("ut_user", &self.ut_user) 446 self.ut_user.hash(state);
|
/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/musl/libc-test/src/functionalext/supplement/legacy/legacy_gtest/ |
D | legacy_endutent_test.cpp | 24 EXPECT_NE(" ", user->ut_user);
|
/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/musl/include/ |
D | utmp.h | 22 #define ut_name ut_user
|
D | utmpx.h | 23 char ut_user[32]; member
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | utmp.h | 22 #define ut_name ut_user
|
D | utmpx.h | 23 char ut_user[32]; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | utmp.h | 22 #define ut_name ut_user
|
D | utmpx.h | 23 char ut_user[32]; member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | utmp.h | 22 #define ut_name ut_user
|
D | utmpx.h | 23 char ut_user[32]; member
|
/third_party/musl/libc-test/src/api/ |
D | utmpx.c | 11 F(char,ut_user[0]) in f()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 462 pub ut_user: [::c_char; __UT_NAMESIZE], 505 && self.ut_user == other.ut_user 528 .field("ut_user", &self.ut_user) 545 self.ut_user.hash(state);
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 477 pub ut_user: [::c_char; 32], 492 && self.ut_user == other.ut_user 508 .field("ut_user", &self.ut_user) 522 self.ut_user.hash(state);
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 412 pub ut_user: [::c_char; 8], 493 pub ut_user: [::c_char; _UTX_USERSIZE], 584 && self.ut_user == other.ut_user 605 .field("ut_user", &self.ut_user) 622 self.ut_user.hash(state);
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 537 pub ut_user: [::c_char; UT_NAMESIZE], 773 .ut_user 775 .zip(other.ut_user.iter()) 799 .field("ut_user", &self.ut_user) 816 self.ut_user.hash(state);
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 1018 pub ut_user: [::c_char; 32], 1230 && self.ut_user == other.ut_user 1252 .field("ut_user", &self.ut_user) 1265 self.ut_user.hash(state);
|
/third_party/node/deps/uv/src/unix/ |
D | aix.c | 1028 if (utmp_buf->ut_user[0] && utmp_buf->ut_type == USER_PROCESS) in uv_uptime()
|
/third_party/libuv/src/unix/ |
D | aix.c | 1028 if (utmp_buf->ut_user[0] && utmp_buf->ut_type == USER_PROCESS) in uv_uptime()
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 1136 pub ut_user: [::c_char; _UTX_USERSIZE], 1844 self.ut_user 1846 .zip(other.ut_user.iter()) 1881 self.ut_user.hash(state);
|