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

/illumos-gate/usr/src/head/
H A Dtzfile.h96 #define TZ_MAGIC "TZif" macro
99 char tzh_magic[4]; /* TZ_MAGIC */
/illumos-gate/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c902 if (strncmp(buf, TZ_MAGIC, sizeof (TZ_MAGIC) - 1) != 0) {
/illumos-gate/usr/src/cmd/zic/
H A Dzic.c1548 (void) strncpy(tzh.tzh_magic, TZ_MAGIC, sizeof (tzh.tzh_magic));

Completed in 72 milliseconds