Home | History | Annotate | Download | only in tzcode

Lines Matching refs:TM_YEAR_BASE

1644     if (increment_overflow(&tmp->tm_year, -TM_YEAR_BASE))
1834 ** It is converted back to an offset from TM_YEAR_BASE later.
1836 if (long_increment_overflow(&y, TM_YEAR_BASE))
1861 if (long_increment_overflow(&y, -TM_YEAR_BASE))
1868 else if (y + TM_YEAR_BASE < EPOCH_YEAR) {