Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dtzfile.h94 #define TZ_MAGIC "TZif" macro
/illumos-gate/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c900 if (strncmp(buf, TZ_MAGIC, sizeof (TZ_MAGIC) - 1) != 0) { in isvalid_tz()
/illumos-gate/usr/src/cmd/zic/
H A Dzic.c1550 (void) strncpy(tzh.tzh_magic, TZ_MAGIC, sizeof (tzh.tzh_magic));