Searched refs:TM_YEAR_ORIGIN (Results 1 – 3 of 3) sorted by relevance
812 #define TM_YEAR_ORIGIN 1900 macro818 int ay = a->tm_year + (TM_YEAR_ORIGIN - 1); in difftm()819 int by = b->tm_year + (TM_YEAR_ORIGIN - 1); in difftm()
909 #define TM_YEAR_ORIGIN 1900 in nexttoken() 915 int ay = a->tm_year + (TM_YEAR_ORIGIN - 1);916 int by = b->tm_year + (TM_YEAR_ORIGIN - 1);913 #define TM_YEAR_ORIGIN global() macro
815 #define TM_YEAR_ORIGIN 1900 macro