Searched refs:timecnt (Results 1 – 1 of 1) sorted by relevance
124 int timecnt; member302 for (i = 0; i < sp->timecnt; ++i) { in settzname()443 int_fast32_t timecnt = detzcode(up->tzhead.tzh_timecnt); in tzloadbody() local449 && 0 <= timecnt && timecnt < TZ_MAX_TIMES in tzloadbody()456 + timecnt * stored /* ats */ in tzloadbody()457 + timecnt /* types */ in tzloadbody()465 sp->timecnt = timecnt; in tzloadbody()472 timecnt = 0; in tzloadbody()473 for (i = 0; i < sp->timecnt; ++i) { in tzloadbody()481 if (timecnt && attime <= sp->ats[timecnt - 1]) { in tzloadbody()[all …]