Searched refs:tm_isdst (Results 1 – 25 of 38) sorted by relevance
12
277 (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()
1323 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 …]
109 tm.tm_isdst = 0; in hwclock_main()119 if (tm.tm_isdst) tzone.tz_minuteswest -= 60; in hwclock_main()
19 tm.tm_isdst = -1; in main()
24 int offset = tstruct->tm_isdst == 1 ? 60 : 0; in GetDateTime()
29 int tm_isdst; member
45 t.tm_isdst = 1; in main()
48 t.tm_isdst = 1; in main()
59 t.tm_isdst = 1; in main()
65 t.tm_isdst = 0; in main()
174 (t->tm_isdst > 0 ? 3600 * msPerSecond : 0)); in LocalTimeOffset()
46 (loc->tm_isdst > 0 ? 3600 * msPerSecond : 0)); in LocalTimeOffset()
54 (t->tm_isdst > 0 ? 3600 * msPerSecond : 0)); in LocalTimeOffset()
52 (t->tm_isdst > 0 ? 3600 * msPerSecond : 0)); in LocalTimeOffset()
103 (t->tm_isdst > 0 ? 3600 * msPerSecond : 0)); in LocalTimeOffset()
127 (t->tm_isdst > 0 ? 3600 * msPerSecond : 0)); in LocalTimeOffset()
321 return t->tm_isdst > 0 ? 3600 * msPerSecond : 0; in DaylightSavingsOffset()
389 if (posix_local_time_struct.tm_isdst > 0) { in LocalOffset()391 } else if (posix_local_time_struct.tm_isdst == 0) { in LocalOffset()
242 ts.tm_isdst = -1; in string_to_time()
626 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()
146 tm.tm_isdst = 0; in time_parse_date()
112 newdate.tm_isdst=-1;
716 rt->tm_wday, rt->tm_yday, rt->tm_isdst); in print_rtc()
67 t.tm_isdst = 0; in int_unix_date()
370 int tm_isdst; member