Lines Matching defs:tod
2017 zic_t dayoff, tod;
2075 tod = gethms(fields[LP_TIME], _("invalid time of day"));
2076 t = tadd(t, tod);
2905 register zic_t tod = rp->r_tod;
2931 tod += wdayoff * SECSPERDAY;
2941 tod += wdayoff * SECSPERDAY;
2951 tod += stdoff;
2953 tod += save;
2954 if (tod != 2 * SECSPERMIN * MINSPERHOUR) {
2956 if (! stringoffset(result, tod))
2958 if (tod < 0) {
2961 } else if (SECSPERDAY <= tod) {