Lines Matching refs:tod
1272 zic_t dayoff, tod; in inleap() local
1335 tod = gethms(fields[LP_TIME], _("invalid time of day"), FALSE); in inleap()
1363 leapadd(tadd(t, tod), positive, lp->l_value, count); in inleap()
2024 register zic_t tod = rp->r_tod; in stringrule() local
2051 tod += wdayoff * SECSPERDAY; in stringrule()
2061 tod += wdayoff * SECSPERDAY; in stringrule()
2071 tod += gmtoff; in stringrule()
2073 tod += dstoff; in stringrule()
2074 if (tod != 2 * SECSPERMIN * MINSPERHOUR) { in stringrule()
2076 if (stringoffset(end(result), tod) != 0) in stringrule()
2078 if (tod < 0) { in stringrule()
2081 } else if (SECSPERDAY <= tod) { in stringrule()