Home
last modified time | relevance | path

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

/NextBSD/contrib/tzcode/zic/
HDzic.c119 static long eitol(int i);
930 return oadd(eitol(sign) * hh * eitol(SECSPERHOUR),
931 eitol(sign) * (eitol(mm) * eitol(SECSPERMIN) + eitol(ss)));
1140 dayoff = oadd(dayoff, eitol(i));
1150 dayoff = oadd(dayoff, eitol(i));
1159 dayoff = oadd(dayoff, eitol(day - 1));
1667 convert(eitol(thistypecnt), tzh.tzh_ttisgmtcnt);
1668 convert(eitol(thistypecnt), tzh.tzh_ttisstdcnt);
1669 convert(eitol(thisleapcnt), tzh.tzh_leapcnt);
1670 convert(eitol(thistimecnt), tzh.tzh_timecnt);
[all …]