Home
last modified time | relevance | path

Searched refs:tzhead (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/tzcode/
Dtzfile.h40 struct tzhead { struct
Dlocaltime.c350 struct tzhead tzhead; member
353 char buf[2 * sizeof(struct tzhead) + 2 * sizeof (struct state)
388 register int tzheadsize = sizeof (struct tzhead); in tzloadbody()
440 int_fast32_t ttisstdcnt = detzcode(up->tzhead.tzh_ttisstdcnt); in tzloadbody()
441 int_fast32_t ttisgmtcnt = detzcode(up->tzhead.tzh_ttisgmtcnt); in tzloadbody()
442 int_fast32_t leapcnt = detzcode(up->tzhead.tzh_leapcnt); in tzloadbody()
443 int_fast32_t timecnt = detzcode(up->tzhead.tzh_timecnt); in tzloadbody()
444 int_fast32_t typecnt = detzcode(up->tzhead.tzh_typecnt); in tzloadbody()
445 int_fast32_t charcnt = detzcode(up->tzhead.tzh_charcnt); in tzloadbody()
570 if (up->tzhead.tzh_version[0] == '\0') in tzloadbody()