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

/freebsd-11.0-release/contrib/tzcode/stdtime/
H A Dtzfile.h54 struct tzhead { struct
93 ** of tzhead and a second instance of the data in which each coded transition
H A Dlocaltime.c383 struct tzhead tzhead; member in union:__anon5564
384 char buf[2 * sizeof(struct tzhead) +
463 ttisstdcnt = (int) detzcode(u->tzhead.tzh_ttisstdcnt);
464 ttisgmtcnt = (int) detzcode(u->tzhead.tzh_ttisgmtcnt);
465 sp->leapcnt = (int) detzcode(u->tzhead.tzh_leapcnt);
466 sp->timecnt = (int) detzcode(u->tzhead.tzh_timecnt);
467 sp->typecnt = (int) detzcode(u->tzhead.tzh_typecnt);
468 sp->charcnt = (int) detzcode(u->tzhead.tzh_charcnt);
469 p = u->tzhead
[all...]
/freebsd-11.0-release/contrib/tzcode/zic/
H A Dzic.c1455 static const struct tzhead tzh0;
1456 static struct tzhead tzh;

Completed in 38 milliseconds