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

/freebsd-9.3-release/contrib/tzcode/stdtime/
H A Dlocaltime.c173 static long detzcode(const char * codep);
272 detzcode(codep) function
465 ttisstdcnt = (int) detzcode(u->tzhead.tzh_ttisstdcnt);
466 ttisgmtcnt = (int) detzcode(u->tzhead.tzh_ttisgmtcnt);
467 sp->leapcnt = (int) detzcode(u->tzhead.tzh_leapcnt);
468 sp->timecnt = (int) detzcode(u->tzhead.tzh_timecnt);
469 sp->typecnt = (int) detzcode(u->tzhead.tzh_typecnt);
470 sp->charcnt = (int) detzcode(u->tzhead.tzh_charcnt);
490 detzcode(p) : detzcode64(p);
502 ttisp->tt_gmtoff = detzcode(
[all...]

Completed in 107 milliseconds