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

/bionic/libc/tzcode/
H A Dlocaltime.c176 int leapcnt; member in struct:state
526 sp->leapcnt = (int) detzcode(u.tzhead.tzh_leapcnt);
531 if (sp->leapcnt < 0 || sp->leapcnt > TZ_MAX_LEAPS ||
543 sp->leapcnt * (stored + 4) + /* lsinfos */
574 for (i = 0; i < sp->leapcnt; ++i) {
1048 sp->leapcnt = 0; /* so, we're off a little */
1302 lclptr->leapcnt = 0; /* so, we're off a little */
1564 i = (sp == NULL) ? 0 : sp->leapcnt;
1567 i = sp->leapcnt;
[all...]

Completed in 2497 milliseconds