Searched refs:YEARSPERREPEAT (Results 1 – 3 of 3) sorted by relevance
399 #ifndef YEARSPERREPEAT400 #define YEARSPERREPEAT 400 /* years before a Gregorian repeat */ macro412 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
1016 yearlim = EPOCH_YEAR + YEARSPERREPEAT; in tzparse()1037 yearlim = year + YEARSPERREPEAT + 1; in tzparse()1278 years = (seconds / SECSPERREPEAT + 1) * YEARSPERREPEAT; in localsub()
2327 enum { years_of_observations = YEARSPERREPEAT + 2 }; in outzone()