Lines Matching refs:tod
1513 zic_t dayoff, tod; in getleapdatetime() local
1571 tod = gethms(fields[LP_TIME], _("invalid time of day")); in getleapdatetime()
1572 t = tadd(t, tod); in getleapdatetime()
2388 register zic_t tod = rp->r_tod; in stringrule() local
2414 tod += wdayoff * SECSPERDAY; in stringrule()
2424 tod += wdayoff * SECSPERDAY; in stringrule()
2434 tod += stdoff; in stringrule()
2436 tod += save; in stringrule()
2437 if (tod != 2 * SECSPERMIN * MINSPERHOUR) { in stringrule()
2439 if (! stringoffset(result, tod)) in stringrule()
2441 if (tod < 0) { in stringrule()
2444 } else if (SECSPERDAY <= tod) { in stringrule()