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

/freebsd-10.1-release/contrib/tzcode/zic/
H A Dzic.c1456 static struct tzhead tzh; local
1662 #define DO(field) (void) fwrite((void *) tzh.field, \
1663 (size_t) sizeof tzh.field, (size_t) 1, fp)
1664 tzh = tzh0;
1665 (void) strncpy(tzh.tzh_magic, TZ_MAGIC, sizeof tzh.tzh_magic);
1666 tzh.tzh_version[0] = ZIC_VERSION;
1667 convert(eitol(thistypecnt), tzh.tzh_ttisgmtcnt);
1668 convert(eitol(thistypecnt), tzh.tzh_ttisstdcnt);
1669 convert(eitol(thisleapcnt), tzh
[all...]

Completed in 47 milliseconds