Lines Matching defs:tod
2027 zic_t dayoff, tod;
2085 tod = gethms(fields[LP_TIME], _("invalid time of day"));
2086 t = tadd(t, tod);
2921 register zic_t tod = rp->r_tod;
2947 tod += wdayoff * SECSPERDAY;
2957 tod += wdayoff * SECSPERDAY;
2967 tod += stdoff;
2969 tod += save;
2970 if (tod != 2 * SECSPERMIN * MINSPERHOUR) {
2973 if (! stringoffset(result + len, resultlen - len, tod))
2975 if (tod < 0) {
2978 } else if (SECSPERDAY <= tod) {