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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dlocaltime.c223 int leapcnt; /* # leap sec trans */ member in struct:state
1571 sp->leapcnt = decode32(tzhp->tzh_leapcnt);
1583 if (sp->leapcnt < 0 || sp->leapcnt > TZ_MAX_LEAPS ||
1595 sp->leapcnt * (width + 4) + /* lsinfos */
1791 for (i = 0; i < sp->leapcnt; ++i) {
1987 (void) fprintf(stderr, "leapcnt: %d\n", sp->leapcnt);

Completed in 26 milliseconds