Searched defs:detzcode (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/tzcode/
H A Dlocaltime.c208 static long detzcode P((const char * codep));
299 detzcode(codep) function
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);
549 detzcode(p) : detzcode64(p);
561 ttisp->tt_gmtoff = detzcode(
[all...]

Completed in 6 milliseconds