Home
last modified time | relevance | path

Searched refs:tz_dsttime (Results 1 – 10 of 10) sorted by relevance

/third_party/libwebsockets/win32port/win32helpers/
Dgettimeofday.h20 int tz_dsttime; /* type of dst correction */ member
Dgettimeofday.c33 tz->tz_dsttime = _daylight; in gettimeofday()
/third_party/musl/include/sys/
Dtime.h29 int tz_dsttime; member
/third_party/musl/porting/uniproton/kernel/include/sys/
Dtime.h29 int tz_dsttime; member
/third_party/musl/ndk_musl_include/sys/
Dtime.h29 int tz_dsttime; member
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dtime.h29 int tz_dsttime; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dtime.h29 int tz_dsttime; member
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dtime.h25 int tz_dsttime; member
/third_party/toybox/toys/other/
Dhwclock.c133 tzone.tz_dsttime = 0; in hwclock_main()
/third_party/jerryscript/docs/
D16.MIGRATION-GUIDE.md507 tz.tz_dsttime = 0;
515 tz_p->daylight_saving_time = tz.tz_dsttime > 0 ? 1 : 0;