HomeSort by: relevance | last modified time | path
    Searched defs:tzh (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/time/
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...]

Completed in 14 milliseconds