Searched refs:TZ_MAX_LEAPS (Results 1 – 5 of 5) sorted by relevance
167 #ifndef TZ_MAX_LEAPS168 #define TZ_MAX_LEAPS 50 /* Maximum number of leap second corrections */ macro
99 #define TZ_MAX_LEAPS 50 /* Maximum number of leap second corrections */ macro
346 static zic_t trans[TZ_MAX_LEAPS];347 static long corr[TZ_MAX_LEAPS];348 static char roll[TZ_MAX_LEAPS];1920 if (leapcnt + (positive ? count : 1) > TZ_MAX_LEAPS) {
306 TZ_MAX_LEAPS * 2 * 4 + \364 if (leapcnt < 0 || leapcnt > TZ_MAX_LEAPS ||
289 lsinfo_t lsis[TZ_MAX_LEAPS]; /* Leap sec trans */1509 if (sp->leapcnt < 0 || sp->leapcnt > TZ_MAX_LEAPS || in load_zoneinfo()