Home
last modified time | relevance | path

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

/dflybsd-src/lib/libc/stdtime/
H A Dlocaltime.c150 static int_fast32_t detzcode(const char * codep);
237 detzcode(const char * const codep) in detzcode() function
409 ttisstdcnt = (int) detzcode(u->tzhead.tzh_ttisstdcnt); in tzload()
410 ttisgmtcnt = (int) detzcode(u->tzhead.tzh_ttisgmtcnt); in tzload()
411 sp->leapcnt = (int) detzcode(u->tzhead.tzh_leapcnt); in tzload()
412 sp->timecnt = (int) detzcode(u->tzhead.tzh_timecnt); in tzload()
413 sp->typecnt = (int) detzcode(u->tzhead.tzh_typecnt); in tzload()
414 sp->charcnt = (int) detzcode(u->tzhead.tzh_charcnt); in tzload()
435 = stored == 4 ? detzcode(p) : detzcode64(p); in tzload()
467 ttisp->tt_gmtoff = detzcode(p); in tzload()
[all …]
/dflybsd-src/share/zoneinfo/
H A DNEWS5323 one-line fix for sign extension problems in detzcode