Searched refs:TZ_MAX_LEAPS (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/tzcode/stdtime/
H A Dtzfile.h128 #ifndef TZ_MAX_LEAPS
129 #define TZ_MAX_LEAPS 50 /* Maximum number of leap second corrections */ macro
130 #endif /* !defined TZ_MAX_LEAPS */
H A Dlocaltime.c154 struct lsinfo lsis[TZ_MAX_LEAPS];
472 if (sp->leapcnt < 0 || sp->leapcnt > TZ_MAX_LEAPS ||
/freebsd-9.3-release/contrib/tzcode/zic/
H A Dzic.c371 static zic_t trans[TZ_MAX_LEAPS];
372 static long corr[TZ_MAX_LEAPS];
373 static char roll[TZ_MAX_LEAPS];
2317 if (leapcnt + (positive ? count : 1) > TZ_MAX_LEAPS) {

Completed in 68 milliseconds