/third_party/toybox/toys/pending/ |
D | last.c | 113 else if (!strcmp(ut.ut_user, "reboot")) ut.ut_type = BOOT_TIME; in last_main() 132 } else if (ut.ut_type == BOOT_TIME) { in last_main() 139 curlog_type = BOOT_TIME; in last_main() 167 case BOOT_TIME: in last_main()
|
/third_party/musl/ndk_musl_include/ |
D | utmpx.h | 46 #define BOOT_TIME 2 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | utmpx.h | 55 #define BOOT_TIME 2 macro
|
/third_party/musl/include/ |
D | utmpx.h | 55 #define BOOT_TIME 2 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | utmpx.h | 55 #define BOOT_TIME 2 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | utmpx.h | 55 #define BOOT_TIME 2 macro
|
/third_party/musl/libc-test/src/api/ |
D | utmpx.c | 19 C(BOOT_TIME) in f()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux-gnu.txt | 29 BOOT_TIME
|
D | netbsd.txt | 124 BOOT_TIME
|
D | dragonfly.txt | 106 BOOT_TIME
|
D | freebsd.txt | 133 BOOT_TIME
|
D | apple.txt | 187 BOOT_TIME
|
/third_party/libuv/src/unix/ |
D | os390.c | 220 u.ut_type = BOOT_TIME; in uv_uptime()
|
D | aix.c | 1030 if (utmp_buf->ut_type == BOOT_TIME) in uv_uptime()
|
/third_party/node/deps/uv/src/unix/ |
D | os390.c | 220 u.ut_type = BOOT_TIME; in uv_uptime()
|
D | aix.c | 1030 if (utmp_buf->ut_type == BOOT_TIME) in uv_uptime()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 647 pub const BOOT_TIME: ::c_short = 2; constant
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 1425 pub const BOOT_TIME: ::c_short = 2; constant
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1441 pub const BOOT_TIME: ::c_short = 1; constant
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 2194 pub const BOOT_TIME: u16 = 2; constant
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 1876 pub const BOOT_TIME: ::c_short = 2; constant
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 2183 pub const BOOT_TIME: ::c_short = 2; constant
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 2987 pub const BOOT_TIME: ::c_short = 1; constant
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 2622 pub const BOOT_TIME: ::c_short = 2; constant
|