TM_YEAR_BASE
lt->tm_year = ATOI2(p) * 100 - TM_YEAR_BASE;
lt->tm_year += 2000 - TM_YEAR_BASE;
lt->tm_year += 1900 - TM_YEAR_BASE;
#ifndef TM_YEAR_BASE
if (increment_overflow(&tmp->tm_year, -TM_YEAR_BASE))
if (increment_overflow32(&y, TM_YEAR_BASE))
if (increment_overflow32(&y, -TM_YEAR_BASE))
else if (y + TM_YEAR_BASE < EPOCH_YEAR) {
pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 0,
base = TM_YEAR_BASE;
pt = _yconv(t->tm_year, TM_YEAR_BASE, 0, 1,
pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 1,
tm->tm_year = i * 100 - TM_YEAR_BASE;
i -= TM_YEAR_BASE;
TM_YEAR_BASE)][tm->tm_mon] + (tm->tm_mday - 1);
first_wday_of(tm->tm_year + TM_YEAR_BASE) +
TM_YEAR_BASE)][i])
TM_YEAR_BASE)][12];
start_of_month[isleap(tm->tm_year + TM_YEAR_BASE)]
result += DAYSPERNYEAR + isleap_sum(tmy, TM_YEAR_BASE);
trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR;
lead = timeptr->tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR +
#ifndef TM_YEAR_BASE