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

/haiku-fatelf/src/system/libroot/posix/time/
H A Dlocaltime_fading_out.c109 int leapcnt; member in struct:state
421 sp->leapcnt = (int) detzcode(u.tzhead.tzh_leapcnt);
426 if (sp->leapcnt < 0 || sp->leapcnt > TZ_MAX_LEAPS ||
438 sp->leapcnt * (stored + 4) + /* lsinfos */
469 for (i = 0; i < sp->leapcnt; ++i) {
942 sp->leapcnt = 0; /* so, we're off a little */
1208 lclptr->leapcnt = 0; /* so, we're off a little */
1456 i = (sp == NULL) ? 0 : sp->leapcnt;
1459 i = sp->leapcnt;
[all...]
/haiku-fatelf/src/bin/zic/
H A Dzic.c170 static int leapcnt; variable
1538 j = leapcnt;
1550 leapcnt32 = leapcnt;
1608 thisleapcnt = leapcnt;
2298 if (leapcnt + (positive ? count : 1) > TZ_MAX_LEAPS) {
2302 for (i = 0; i < leapcnt; ++i)
2311 for (j = leapcnt; j > i; --j) {
2319 ++leapcnt;
2332 for (i = 0; i < leapcnt; ++i) {

Completed in 51 milliseconds