Lines Matching full:tadd
178 static zic_t tadd(zic_t t1, long t2);
1354 leapadd(tadd(t, tod), positive, lp->l_value, count);
1666 ats[i] = tadd(ats[i], corr[j]);
1852 todo = tadd(trans[i], -gmtoffs[j]);
2334 untiltime = tadd(untiltime,
2337 untiltime = tadd(untiltime,
2358 jtime = tadd(jtime, -offset);
2463 starttime = tadd(starttime, -stdoff);
2465 starttime = tadd(starttime, -gmtoff);
2634 trans[i] = tadd(trans[i], last);
2787 tadd(t1, t2)
2890 return tadd(t, rp->r_tod);