Searched refs:TM_WINDOW (Results 1 – 4 of 4) sorted by relevance
713 if ((n -= 1900) < TM_WINDOW) in tmxdate()716 else if (n < TM_WINDOW) in tmxdate()748 if ((m -= 1900) < TM_WINDOW) in tmxdate()754 if (m < TM_WINDOW) in tmxdate()862 if ((m -= 1900) < TM_WINDOW) in tmxdate()865 else if (dig2(s, m) < TM_WINDOW) in tmxdate()908 if (m < TM_WINDOW) in tmxdate()1648 if (n < TM_WINDOW) in tmxdate()
364 if (n < TM_WINDOW) in scan()
55 #define TM_WINDOW 69 /* century windowing guard year */ macro
1372 99-05-21 tm*: add TM_WINDOW==69 for consistent century windowing guard year