Searched refs:TZ_MAX_LEAPS (Results 1 – 3 of 3) sorted by relevance
124 #ifndef TZ_MAX_LEAPS125 #define TZ_MAX_LEAPS 50 /* Maximum number of leap second corrections */ macro
415 static zic_t trans[TZ_MAX_LEAPS];416 static long corr[TZ_MAX_LEAPS];417 static char roll[TZ_MAX_LEAPS];2567 if (leapcnt + (positive ? count : 1) > TZ_MAX_LEAPS) {
120 struct lsinfo lsis[TZ_MAX_LEAPS];403 if (sp->leapcnt < 0 || sp->leapcnt > TZ_MAX_LEAPS ||