Searched refs:change (Results 1 – 2 of 2) sorted by relevance
57 __time64_t change; /* When to change to this zone. */ member418 tz_rules[0].change = tz_rules[1].change = -1; in tzset_internal()510 rule->change = t - rule->offset + rule->secs; in compute_change()530 if (__builtin_expect (tz_rules[0].change in __tz_compute()531 > tz_rules[1].change, 0)) in __tz_compute()532 isdst = (timer < tz_rules[1].change in __tz_compute()533 || timer >= tz_rules[0].change); in __tz_compute()535 isdst = (timer >= tz_rules[0].change in __tz_compute()536 && timer < tz_rules[1].change); in __tz_compute()
49 long int change; /* Seconds of correction to apply. */ member364 leaps[i].change = (long int) decode (x); in __tzfile_read()765 *leap_correct = leaps[i].change; in __tzfile_compute()768 && (leaps[i].change > (i == 0 ? 0 : leaps[i - 1].change))) in __tzfile_compute()773 && leaps[i].change == leaps[i - 1].change + 1) in __tzfile_compute()
Completed in 5 milliseconds