Home
last modified time | relevance | path

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

/mirbsd/src/lib/libc/time/
Dzic.c116 static long eitol P((int i));
951 return eitol(sign) *
952 (eitol(hh * MINSPERHOUR + mm) *
953 eitol(SECSPERMIN) + eitol(ss));
1156 dayoff = oadd(dayoff, eitol(i));
1166 dayoff = oadd(dayoff, eitol(i));
1175 dayoff = oadd(dayoff, eitol(day - 1));
1523 convert(eitol(typecnt), tzh.tzh_ttisgmtcnt);
1524 convert(eitol(typecnt), tzh.tzh_ttisstdcnt);
1525 convert(eitol(leapcnt), tzh.tzh_leapcnt);
[all …]