Searched refs:tzhead (Results 1 – 6 of 6) sorted by relevance
53 struct tzhead { struct
98 struct tzhead { struct
829 char buf[sizeof (struct tzhead)]; in isvalid_tz()897 if (read(fid, buf, sizeof (struct tzhead)) != in isvalid_tz()898 sizeof (struct tzhead)) { in isvalid_tz()
302 #define MAX_TZFILESZ (sizeof (struct tzhead) + \350 register const struct tzhead * tzhp;358 tzhp = (struct tzhead *) buf;
1432 struct tzhead *tzhp; in load_zoneinfo()1466 if (flen < sizeof (struct tzhead)) { in load_zoneinfo()
1472 static struct tzhead tzh;