Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dtzfile.h45 struct tzhead { struct
Dlocaltime.c370 struct tzhead tzhead; member
373 char buf[2 * sizeof(struct tzhead) + 2 * sizeof(struct state)
420 register int tzheadsize = sizeof(struct tzhead); in tzloadbody()
494 char version = up->tzhead.tzh_version[0]; in tzloadbody()
497 int_fast32_t ttisstdcnt = detzcode(up->tzhead.tzh_ttisstdcnt); in tzloadbody()
498 int_fast32_t ttisutcnt = detzcode(up->tzhead.tzh_ttisutcnt); in tzloadbody()
501 int_fast32_t leapcnt = detzcode(up->tzhead.tzh_leapcnt); in tzloadbody()
502 int_fast32_t timecnt = detzcode(up->tzhead.tzh_timecnt); in tzloadbody()
503 int_fast32_t typecnt = detzcode(up->tzhead.tzh_typecnt); in tzloadbody()
504 int_fast32_t charcnt = detzcode(up->tzhead.tzh_charcnt); in tzloadbody()