Home | History | Annotate | Download | only in tzcode

Lines Matching refs:leapcorr

2206 leapcorr(struct state const *sp, time_t t)
2223 return t - leapcorr(sp, t);
2253 x = t + leapcorr(sp, t);
2254 y = x - leapcorr(sp, x);
2258 y = x - leapcorr(sp, x);
2264 y = x - leapcorr(sp, x);