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

/illumos-gate/usr/src/uts/common/sys/
H A Dtzfile.h53 struct tzhead { struct
/illumos-gate/usr/src/head/
H A Dtzfile.h98 struct tzhead { struct
/illumos-gate/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c829 char buf[sizeof (struct tzhead)];
897 if (read(fid, buf, sizeof (struct tzhead)) !=
898 sizeof (struct tzhead)) {
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c302 #define MAX_TZFILESZ (sizeof (struct tzhead) + \
350 register const struct tzhead * tzhp;
358 tzhp = (struct tzhead *) buf;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c1432 struct tzhead *tzhp;
1466 if (flen < sizeof (struct tzhead)) {
/illumos-gate/usr/src/cmd/zic/
H A Dzic.c1472 static struct tzhead tzh;

Completed in 275 milliseconds