Home
last modified time | relevance | path

Searched refs:TM_WINDOW (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtmxdate.c713 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()
H A Dtmxscan.c364 if (n < TM_WINDOW) in scan()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dtm.h55 #define TM_WINDOW 69 /* century windowing guard year */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE1372 99-05-21 tm*: add TM_WINDOW==69 for consistent century windowing guard year