Lines Matching refs:tadd
134 static zic_t tadd(zic_t t1, long t2);
1229 leapadd(tadd(t, tod), positive, lp->l_value, count);
1564 ats[i] = tadd(ats[i], corr[j]);
1595 puttzcode((long)tadd(trans[i], -gmtoffs[j]), fp);
1721 untiltime = tadd(untiltime,
1724 untiltime = tadd(untiltime,
1745 jtime = tadd(jtime, -offset);
1811 starttime = tadd(starttime, -stdoff);
1813 starttime = tadd(starttime, -gmtoff);
1957 trans[i] = tadd(trans[i], last);
2122 tadd(t1, t2)
2228 return (tadd(t, rp->r_tod));