Home | History | Annotate | Download | only in tzcode

Lines Matching refs:TM_YEAR_BASE

1530 	if (increment_overflow(&tmp->tm_year, -TM_YEAR_BASE))
1710 ** It is converted back to an offset from TM_YEAR_BASE later.
1712 if (long_increment_overflow(&y, TM_YEAR_BASE))
1737 if (long_increment_overflow(&y, -TM_YEAR_BASE))
1744 else if (y + TM_YEAR_BASE < EPOCH_YEAR) {