Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/tzcode/stdtime/
H A Dlocaltime.c173 static long detzcode(const char * codep);
274 detzcode(const char *const codep) in detzcode() function
451 ttisstdcnt = (int) detzcode(u->tzhead.tzh_ttisstdcnt);
453 sp->leapcnt = (int) detzcode(u->tzhead.tzh_leapcnt);
454 sp->timecnt = (int) detzcode(u->tzhead.tzh_timecnt);
455 sp->typecnt = (int) detzcode(u->tzhead.tzh_typecnt);
456 sp->charcnt = (int) detzcode(u->tzhead.tzh_charcnt);
476 detzcode(p) : detzcode64(p);
488 ttisp->tt_gmtoff = detzcode(p);
506 detzcode(p) : detzcode64(p);
[all …]
/freebsd-13.1/contrib/tzdata/
H A DNEWS5689 one-line fix for sign extension problems in detzcode