Lines Matching refs:tadd
175 static zic_t tadd(zic_t t1, zic_t t2);
1363 leapadd(tadd(t, tod), positive, lp->l_value, count); in inleap()
1663 ats[i] = tadd(ats[i], corr[j]); in writezone()
1922 todo = tadd(trans[i], -gmtoffs[j]); in writezone()
2500 untiltime = tadd(untiltime, in outzone()
2503 untiltime = tadd(untiltime, in outzone()
2524 jtime = tadd(jtime, -offset); in outzone()
2629 starttime = tadd(starttime, -stdoff); in outzone()
2631 starttime = tadd(starttime, -gmtoff); in outzone()
2823 trans[i] = tadd(trans[i], last); in adjleap()
2962 tadd(const zic_t t1, const zic_t t2) in tadd() function
3058 return tadd(t, rp->r_tod); in rpytime()