Lines Matching defs:tzh
2547 struct tzhead tzh;
2721 #define DO(field) fwrite(tzh.field, sizeof tzh.field, (size_t) 1, fp)
2722 memset(&tzh, 0, sizeof(tzh));
2723 memcpy(tzh.tzh_magic, TZ_MAGIC, sizeof tzh.tzh_magic);
2724 tzh.tzh_version[0] = version;
2725 convert(utcnt, tzh.tzh_ttisutcnt);
2726 convert(stdcnt, tzh.tzh_ttisstdcnt);
2727 convert(thisleapcnt + thisleapexpiry, tzh.tzh_leapcnt);
2729 tzh.tzh_timecnt);
2730 convert(thistypecnt, tzh.tzh_typecnt);
2731 convert(thischarcnt, tzh.tzh_charcnt);