Searched refs:isdst (Results 1 – 3 of 3) sorted by relevance
339 types[i].isdst = c; in __tzfile_read()419 int dst = types[type].isdst; in __tzfile_read()497 int isdst; in __tzfile_default() local520 isdst = 0; in __tzfile_default()528 type_idxs[i] = trans_type->isdst; in __tzfile_default()547 isdst = trans_type->isdst; in __tzfile_default()559 types[0].isdst = 0; in __tzfile_default()562 types[1].isdst = 1; in __tzfile_default()611 if (types[j].isdst) in __tzfile_compute()713 int dst = types[type].isdst; in __tzfile_compute()[all …]
341 int isdst = tp->tm_isdst; in __mktime_internal() local400 || (isdst < 0 in __mktime_internal()402 : (isdst != 0) != (tm.tm_isdst != 0)))) in __mktime_internal()426 if (isdst_differ (isdst, tm.tm_isdst)) in __mktime_internal()466 if (! isdst_differ (isdst, otm.tm_isdst)) in __mktime_internal()
525 int isdst; in __tz_compute() local532 isdst = (timer < tz_rules[1].change in __tz_compute()535 isdst = (timer >= tz_rules[0].change in __tz_compute()537 tm->tm_isdst = isdst; in __tz_compute()538 tm->tm_zone = __tzname[isdst]; in __tz_compute()539 tm->tm_gmtoff = tz_rules[isdst].offset; in __tz_compute()
Completed in 7 milliseconds