zic.c | 2547 struct tzhead tzh; local in function:writezone 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) [all...] |