Home
last modified time | relevance | path

Searched refs:tm_isdst (Results 1 – 25 of 38) sorted by relevance

12

/external/icu/icu4c/source/tools/tzcode/
Dzdump.c277 (void) fprintf(stderr, " isdst=%d", tmp->tm_isdst); in my_localtime()
615 newtm.tm_isdst != tm.tm_isdst)) { in main()
629 newtm.tm_isdst != tm.tm_isdst || in main()
762 tm.tm_isdst == lotm.tm_isdst && in hunt()
821 (void) printf(" isdst=%d", tmp->tm_isdst); in show()
838 if (tmp->tm_isdst != 0 && tmp->tm_isdst != 1) in abbr()
840 result = tzname[tmp->tm_isdst]; in abbr()
959 tm.tm_isdst == lotm.tm_isdst)) { in huntICU()
1026 fprintf(fp, "[DST=%d]", loc.tm_isdst); in dumptimeICU()
Dlocaltime.c1323 tmp->tm_isdst = ttisp->tt_isdst; in localsub()
1324 tzname[tmp->tm_isdst] = &sp->chars[ttisp->tt_abbrind]; in localsub()
1537 tmp->tm_isdst = 0; in timesub()
1797 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst) in time2sub()
1810 if (sp->ttis[i].tt_isdst != yourtm.tm_isdst) in time2sub()
1813 if (sp->ttis[j].tt_isdst == yourtm.tm_isdst) in time2sub()
1821 if (mytm.tm_isdst != yourtm.tm_isdst) in time2sub()
1878 if (tmp->tm_isdst > 1) in time1()
1879 tmp->tm_isdst = 1; in time1()
1883 if (tmp->tm_isdst < 0) in time1()
[all …]
/external/toybox/toys/pending/
Dhwclock.c109 tm.tm_isdst = 0; in hwclock_main()
119 if (tm.tm_isdst) tzone.tz_minuteswest -= 60; in hwclock_main()
/external/compiler-rt/test/msan/
Dmktime.cc19 tm.tm_isdst = -1; in main()
/external/skia/src/ports/
DSkTime_Unix.cpp24 int offset = tstruct->tm_isdst == 1 ? 60 : 0; in GetDateTime()
/external/kernel-headers/original/uapi/linux/
Drtc.h29 int tm_isdst; member
/external/libcxx/test/std/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/
Dput1.pass.cpp45 t.tm_isdst = 1; in main()
Dput2.pass.cpp48 t.tm_isdst = 1; in main()
/external/libcxx/test/std/localization/locale.categories/category.time/locale.time.put.byname/
Dput1.pass.cpp59 t.tm_isdst = 1; in main()
/external/libcxx/test/std/input.output/iostream.format/ext.manip/
Dput_time.pass.cpp65 t.tm_isdst = 0; in main()
/external/v8/src/base/platform/
Dplatform-macos.cc174 (t->tm_isdst > 0 ? 3600 * msPerSecond : 0)); in LocalTimeOffset()
Dplatform-cygwin.cc46 (loc->tm_isdst > 0 ? 3600 * msPerSecond : 0)); in LocalTimeOffset()
Dplatform-freebsd.cc54 (t->tm_isdst > 0 ? 3600 * msPerSecond : 0)); in LocalTimeOffset()
Dplatform-openbsd.cc52 (t->tm_isdst > 0 ? 3600 * msPerSecond : 0)); in LocalTimeOffset()
Dplatform-qnx.cc103 (t->tm_isdst > 0 ? 3600 * msPerSecond : 0)); in LocalTimeOffset()
Dplatform-linux.cc127 (t->tm_isdst > 0 ? 3600 * msPerSecond : 0)); in LocalTimeOffset()
Dplatform-posix.cc321 return t->tm_isdst > 0 ? 3600 * msPerSecond : 0; in DaylightSavingsOffset()
Dplatform-win32.cc389 if (posix_local_time_struct.tm_isdst > 0) { in LocalOffset()
391 } else if (posix_local_time_struct.tm_isdst == 0) { in LocalOffset()
/external/e2fsprogs/debugfs/
Dutil.c242 ts.tm_isdst = -1; in string_to_time()
/external/icu/icu4c/source/common/
Dputil.cpp626 UBool dst_checked = (tmrec.tm_isdst != 0); /* daylight savings time is checked*/ in uprv_timezone()
1095 if(decemberSol.tm_isdst > 0) { in uprv_tzname()
1097 } else if(juneSol.tm_isdst > 0) { in uprv_tzname()
/external/iptables/extensions/
Dlibxt_time.c146 tm.tm_isdst = 0; in time_parse_date()
/external/zlib/src/contrib/minizip/
Dminiunz.c112 newdate.tm_isdst=-1;
/external/strace/
Dtime.c716 rt->tm_wday, rt->tm_yday, rt->tm_isdst); in print_rtc()
/external/tcpdump/
Dsmbutil.c67 t.tm_isdst = 0; in int_unix_date()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h370 int tm_isdst; member

12