Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/tzcode/stdtime/
H A Dlocaltime.c173 static long detzcode(const char * codep);
274 detzcode(const char *const codep) in detzcode() function
463 ttisstdcnt = (int) detzcode(u->tzhead.tzh_ttisstdcnt);
465 sp->leapcnt = (int) detzcode(u->tzhead.tzh_leapcnt);
466 sp->timecnt = (int) detzcode(u->tzhead.tzh_timecnt);
467 sp->typecnt = (int) detzcode(u->tzhead.tzh_typecnt);
468 sp->charcnt = (int) detzcode(u->tzhead.tzh_charcnt);
488 detzcode(p) : detzcode64(p);
500 ttisp->tt_gmtoff = detzcode(p);
518 detzcode(p) : detzcode64(p);
[all …]
/freebsd-12.1/contrib/tzdata/
H A DNEWS4977 one-line fix for sign extension problems in detzcode