Home
last modified time | relevance | path

Searched refs:tadd (Results 1 – 1 of 1) sorted by relevance

/original-bsd/share/zoneinfo/
H A Dzic.c134 static time_t tadd __P((time_t t1, long t2));
1021 addleap(tadd(t, tod), *cp == '+', lp->l_value);
1251 ats[i] = tadd(ats[i], corr[j]);
1282 puttzcode((long) tadd(trans[i], -gmtoffs[j]), fp);
1373 untiltime = tadd(zp->z_untiltime,
1397 jtime = tadd(jtime, -offset);
1443 starttime = tadd(zp->z_untiltime,
1549 trans[i] = tadd(trans[i], last); in adjleap()
1693 tadd(t1, t2) in tadd() function
1804 return tadd(t, rp->r_tod);