Searched refs:tod (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/zic/
H A Dzic.c1138 long dayoff, tod; local
1201 tod = gethms(fields[LP_TIME], _("invalid time of day"), FALSE);
1229 leapadd(tadd(t, tod), positive, lp->l_value, count);
1829 register long tod; local
1860 tod = rp->r_tod;
1862 tod += gmtoff;
1864 tod += dstoff;
1865 if (tod < 0) {
1869 if (tod != 2 * SECSPERMIN * MINSPERHOUR) {
1871 if (stringoffset(end(result), tod) !
[all...]

Completed in 85 milliseconds