Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dtzfile.h165 #ifndef TZ_MAX_LEAPS
166 #define TZ_MAX_LEAPS 50 /* Maximum number of leap second corrections */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dtzfile.h97 #define TZ_MAX_LEAPS 50 /* Maximum number of leap second corrections */ macro
/illumos-gate/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];
1922 if (leapcnt + (positive ? count : 1) > TZ_MAX_LEAPS) {
/illumos-gate/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()