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

/freebsd-9.3-release/contrib/tzcode/stdtime/
H A Dlocaltime.c143 int leapcnt; member in struct:state
467 sp->leapcnt = (int) detzcode(u->tzhead.tzh_leapcnt);
472 if (sp->leapcnt < 0 || sp->leapcnt > TZ_MAX_LEAPS ||
484 sp->leapcnt * (stored + 4) + /* lsinfos */
515 for (i = 0; i < sp->leapcnt; ++i) {
1030 sp->leapcnt = 0; /* so, we're off a little */
1310 lclptr->leapcnt = 0; /* so, we're off a little */
1632 i = (sp == NULL) ? 0 : sp->leapcnt;
1635 i = sp->leapcnt;
[all...]
/freebsd-9.3-release/contrib/tzcode/zic/
H A Dzic.c164 static int leapcnt; variable
1506 j = leapcnt;
1518 leapcnt32 = leapcnt;
1568 thisleapcnt = leapcnt;
2317 if (leapcnt + (positive ? count : 1) > TZ_MAX_LEAPS) {
2321 for (i = 0; i < leapcnt; ++i)
2330 for (j = leapcnt; j > i; --j) {
2338 ++leapcnt;
2351 for (i = 0; i < leapcnt; ++i) {

Completed in 90 milliseconds