Home | History | Annotate | Download | only in time

Lines Matching defs:tod

2058 	zic_t			dayoff, tod;
2116 tod = gethms(fields[LP_TIME], _("invalid time of day"));
2117 t = tadd(t, tod);
2952 register zic_t tod = rp->r_tod;
2978 tod += wdayoff * SECSPERDAY;
2988 tod += wdayoff * SECSPERDAY;
2998 tod += stdoff;
3000 tod += save;
3001 if (tod != 2 * SECSPERMIN * MINSPERHOUR) {
3004 if (! stringoffset(result + len, resultlen - len, tod))
3006 if (tod < 0) {
3009 } else if (SECSPERDAY <= tod) {