Lines Matching refs:tod
1516 zic_t dayoff, tod; in getleapdatetime() local
1574 tod = gethms(fields[LP_TIME], _("invalid time of day")); in getleapdatetime()
1575 t = tadd(t, tod); in getleapdatetime()
2397 register zic_t tod = rp->r_tod; in stringrule() local
2423 tod += wdayoff * SECSPERDAY; in stringrule()
2433 tod += wdayoff * SECSPERDAY; in stringrule()
2443 tod += stdoff; in stringrule()
2445 tod += save; in stringrule()
2446 if (tod != 2 * SECSPERMIN * MINSPERHOUR) { in stringrule()
2448 if (! stringoffset(result, tod)) in stringrule()
2450 if (tod < 0) { in stringrule()
2453 } else if (SECSPERDAY <= tod) { in stringrule()