localtime.c | 284 static int_fast32_t leapcorr(struct state const *, __time_t); 904 if (increment_overflow_time(&t, leapcorr(sp, t)) 2602 leapcorr(struct state const *sp, __time_t t) function in typeref:typename:int_fast32_t 2642 return (time_t)(t - leapcorr(sp, t)); 2656 t = (time_t)(t - leapcorr(__lclptr, t)); 2672 x = (time_t)(t + leapcorr(sp, t)); 2673 y = (time_t)(x - leapcorr(sp, x)); 2677 y = (time_t)(x - leapcorr(sp, x)); 2683 y = (time_t)(x - leapcorr(sp, x));
|