Searched refs:TZ_MAX_LEAPS (Results 1 – 9 of 9) sorted by relevance
118 #ifndef TZ_MAX_LEAPS119 #define TZ_MAX_LEAPS 50 /* Maximum number of leap second corrections */ macro
113 #ifndef TZ_MAX_LEAPS114 #define TZ_MAX_LEAPS 50 /* Maximum number of leap second corrections */ macro
412 static zic_t trans[TZ_MAX_LEAPS];413 static zic_t corr[TZ_MAX_LEAPS];414 static char roll[TZ_MAX_LEAPS];2788 if (leapcnt + (positive ? count : 1) > TZ_MAX_LEAPS) { in leapadd()
113 struct lsinfo lsis[TZ_MAX_LEAPS];401 if (sp->leapcnt < 0 || sp->leapcnt > TZ_MAX_LEAPS || in tzload()