Lines Matching refs:tod
1272 zic_t dayoff, tod;
1335 tod
1363 leapadd(tadd(t, tod), positive, lp->l_value, count);
2024 register zic_t tod = rp->r_tod;
2051 tod += wdayoff * SECSPERDAY;
2061 tod += wdayoff * SECSPERDAY;
2071 tod += gmtoff;
2073 tod += dstoff;
2074 if (tod != 2 * SECSPERMIN * MINSPERHOUR) {
2076 if (stringoffset(end(result), tod) != 0)
2078 if (tod < 0) {
2081 } else if (SECSPERDAY <= tod) {