Searched refs:TZ_MAX_LEAPS (Results 1 – 13 of 13) sorted by relevance
118 #ifndef TZ_MAX_LEAPS119 #define TZ_MAX_LEAPS 50 /* Maximum number of leap second corrections */ macro
119 #ifndef TZ_MAX_LEAPS120 #define TZ_MAX_LEAPS 50 /* Maximum number of leap second corrections */ macro
408 static zic_t trans[TZ_MAX_LEAPS];409 static zic_t corr[TZ_MAX_LEAPS];410 static char roll[TZ_MAX_LEAPS];3156 if (TZ_MAX_LEAPS <= leapcnt) { in leapadd()
137 struct lsinfo lsis[TZ_MAX_LEAPS];471 if (! (0 <= leapcnt && leapcnt < TZ_MAX_LEAPS in tzloadbody()
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()