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

/freebsd-9.3-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.c385 struct tzhead tzhead; member in union:__anon4267
386 char buf[2 * sizeof(struct tzhead) +
465 ttisstdcnt = (int) detzcode(u->tzhead.tzh_ttisstdcnt);
466 ttisgmtcnt = (int) detzcode(u->tzhead.tzh_ttisgmtcnt);
467 sp->leapcnt = (int) detzcode(u->tzhead.tzh_leapcnt);
468 sp->timecnt = (int) detzcode(u->tzhead.tzh_timecnt);
469 sp->typecnt = (int) detzcode(u->tzhead.tzh_typecnt);
470 sp->charcnt = (int) detzcode(u->tzhead.tzh_charcnt);
471 p = u->tzhead
[all...]
/freebsd-9.3-release/contrib/tzcode/zic/
H A Dzic.c1455 static const struct tzhead tzh0;
1456 static struct tzhead tzh;

Completed in 510 milliseconds