Searched refs:tzh_leapcnt (Results 1 – 17 of 17) sorted by relevance
50 char tzh_leapcnt[4]; /* coded number of leap seconds */ member
259 if ((v = Decode32(tzh.tzh_leapcnt)) < 0) return false; in Build()
240 if ((v = Decode32(tzh.tzh_leapcnt)) < 0) return false; in Build()
46 char tzh_leapcnt[4]; /* coded number of leap seconds */ member
1866 convert(thisleapcnt, tzh.tzh_leapcnt); in writezone()1875 DO(tzh_leapcnt); in writezone()
396 sp->leapcnt = (int) detzcode(up->tzhead.tzh_leapcnt); in tzload()
23 tzh = (tzh_ttisgmtcnt, tzh_ttisstdcnt, tzh_leapcnt,
220 int tzh_leapcnt = it.readInt(); in skipOver32BitData() local243 it.skip(tzh_leapcnt * leapInfoSize); in skipOver32BitData()