Searched refs:YRBASE (Results 1 – 1 of 1) sorted by relevance
1632 # define YRBASE 1900 macro1638 tm->tm_year = ((int)(dosdatetime >> 25) & 0x7f) + (1980 - YRBASE);1655 # define YRBASE 1900 macro1659 # define YRBASE 1970 macro1683 yr = ((int)(dosdatetime >> 25) & 0x7f) + (1980 - YRBASE);1706 leap = ((yr + YRBASE - 1) / 4); /* leap year base factor */1712 if ((mo > 1) && ((yr+YRBASE)%4 == 0) && ((yr+YRBASE) != 2100))