Searched refs:TZ_MAX_LEAPS (Results 1 – 3 of 3) sorted by relevance
116 #ifndef TZ_MAX_LEAPS117 #define TZ_MAX_LEAPS 50 /* Maximum number of leap second corrections */ macro
110 struct lsinfo lsis[TZ_MAX_LEAPS];391 if (sp->leapcnt < 0 || sp->leapcnt > TZ_MAX_LEAPS || in tzload()
364 static zic_t trans[TZ_MAX_LEAPS];365 static long corr[TZ_MAX_LEAPS];366 static char roll[TZ_MAX_LEAPS];2248 if (leapcnt + (positive ? count : 1) > TZ_MAX_LEAPS) { in leapadd()