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

/bionic/libc/tzcode/
H A Dtzfile.h50 struct tzhead { struct
89 ** of tzhead and a second instance of the data in which each coded transition
H A Dlocaltime.c423 struct tzhead tzhead; member in union:__anon642
424 char buf[2 * sizeof(struct tzhead) +
524 ttisstdcnt = (int) detzcode(u.tzhead.tzh_ttisstdcnt);
525 ttisgmtcnt = (int) detzcode(u.tzhead.tzh_ttisgmtcnt);
526 sp->leapcnt = (int) detzcode(u.tzhead.tzh_leapcnt);
527 sp->timecnt = (int) detzcode(u.tzhead.tzh_timecnt);
528 sp->typecnt = (int) detzcode(u.tzhead.tzh_typecnt);
529 sp->charcnt = (int) detzcode(u.tzhead.tzh_charcnt);
530 p = u.tzhead
[all...]

Completed in 24 milliseconds