Home
last modified time | relevance | path

Searched refs:TZ_MAX_LEAPS (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/head/
H A Dtzfile.h167 #ifndef TZ_MAX_LEAPS
168 #define TZ_MAX_LEAPS 50 /* Maximum number of leap second corrections */ macro
/titanic_50/usr/src/uts/common/sys/
H A Dtzfile.h99 #define TZ_MAX_LEAPS 50 /* Maximum number of leap second corrections */ macro
/titanic_50/usr/src/cmd/zic/
H A Dzic.c346 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) {
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c306 TZ_MAX_LEAPS * 2 * 4 + \
364 if (leapcnt < 0 || leapcnt > TZ_MAX_LEAPS ||
/titanic_50/usr/src/lib/libc/port/gen/
H A Dlocaltime.c289 lsinfo_t lsis[TZ_MAX_LEAPS]; /* Leap sec trans */
1509 if (sp->leapcnt < 0 || sp->leapcnt > TZ_MAX_LEAPS || in load_zoneinfo()