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

/illumos-gate/usr/src/cmd/zic/
H A Dzic.c1472 static struct tzhead tzh; local
1542 convert(eitol(typecnt), tzh.tzh_ttisgmtcnt);
1543 convert(eitol(typecnt), tzh.tzh_ttisstdcnt);
1544 convert(eitol(leapcnt), tzh.tzh_leapcnt);
1545 convert(eitol(timecnt), tzh.tzh_timecnt);
1546 convert(eitol(typecnt), tzh.tzh_typecnt);
1547 convert(eitol(charcnt), tzh.tzh_charcnt);
1548 (void) strncpy(tzh.tzh_magic, TZ_MAGIC, sizeof (tzh.tzh_magic));
1549 #define DO(field) (void) fwrite((void *) tzh
[all...]

Completed in 60 milliseconds