/third_party/toybox/toys/other/ |
D | hwclock.c | 116 tzone.tz_minuteswest = timezone / 60 - 60 * daylight; in hwclock_main() 122 tzone.tz_minuteswest = timezone / 60; in hwclock_main() 123 if (tm.tm_isdst) tzone.tz_minuteswest -= 60; in hwclock_main() 124 if (!TT.utc) timeval.tv_sec += tzone.tz_minuteswest * 60; in hwclock_main()
|
/third_party/libwebsockets/win32port/win32helpers/ |
D | gettimeofday.h | 19 int tz_minuteswest; /* minutes W of Greenwich */ member
|
D | gettimeofday.c | 32 tz->tz_minuteswest = _timezone / 60; in gettimeofday()
|
/third_party/musl/include/sys/ |
D | time.h | 28 int tz_minuteswest; member
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | time.h | 28 int tz_minuteswest; member
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | time.h | 28 int tz_minuteswest; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | time.h | 28 int tz_minuteswest; member
|
/third_party/musl/ndk_musl_include/sys/ |
D | time.h | 28 int tz_minuteswest; member
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | time.h | 24 int tz_minuteswest; member
|
/third_party/jerryscript/docs/ |
D | 16.MIGRATION-GUIDE.md | 506 tz.tz_minuteswest = 0; 514 tz_p->offset = tz.tz_minuteswest;
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 3391 pub tz_minuteswest: crate::ctypes::c_int, field
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 3392 pub tz_minuteswest: crate::ctypes::c_int, field
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
D | general.rs | 3371 pub tz_minuteswest: crate::ctypes::c_int, field
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 3433 pub tz_minuteswest: crate::ctypes::c_int, field
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | general.rs | 3475 pub tz_minuteswest: crate::ctypes::c_int, field
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | general.rs | 3507 pub tz_minuteswest: crate::ctypes::c_int, field
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 3740 pub tz_minuteswest: crate::ctypes::c_int, field
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 3444 pub tz_minuteswest: crate::ctypes::c_int, field
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 3422 pub tz_minuteswest: crate::ctypes::c_int, field
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
D | general.rs | 3640 pub tz_minuteswest: crate::ctypes::c_int, field
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 3505 pub tz_minuteswest: crate::ctypes::c_int, field
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | general.rs | 3529 pub tz_minuteswest: crate::ctypes::c_int, field
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
D | general.rs | 3710 pub tz_minuteswest: crate::ctypes::c_int, field
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 3576 pub tz_minuteswest: crate::ctypes::c_int, field
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 405 int tz_minuteswest; member 16712 s32 tz_minuteswest; member
|