Searched refs:tzh (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/zic/ |
H A D | zic.c | 1472 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.field, \ 1550 (size_t)sizeof (tzh.field), (size_t)1, fp)
|