Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/tzcode/stdtime/
Dlocaltime.c383 struct tzhead tzhead; member
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.tzh_charcnt + sizeof u->tzhead.tzh_charcnt;
579 if (u->tzhead.tzh_version[0] == '\0')
Dtzfile.h54 struct tzhead { struct
/freebsd-12-stable/contrib/tzcode/zic/
Dzic.c1455 static const struct tzhead tzh0;
1456 static struct tzhead tzh;