Home
last modified time | relevance | path

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

/original-bsd/lib/libc/gen/
H A Dctime.c134 static long detzcode P((const char * codep));
192 detzcode(codep) in detzcode() function
291 ttisstdcnt = (int) detzcode(tzhp->tzh_ttisstdcnt);
292 sp->leapcnt = (int) detzcode(tzhp->tzh_leapcnt);
293 sp->timecnt = (int) detzcode(tzhp->tzh_timecnt);
294 sp->typecnt = (int) detzcode(tzhp->tzh_typecnt);
295 sp->charcnt = (int) detzcode(tzhp->tzh_charcnt);
311 sp->ats[i] = detzcode(p);
323 ttisp->tt_gmtoff = detzcode(p);
340 lsisp->ls_trans = detzcode(p);
[all …]