Home | History | Annotate | Download | only in time

Lines Matching defs:__time_t

199 typedef int_fast64_t __time_t;
231 __time_t ls_trans; /* transition time */
257 __time_t ats[TZ_MAX_TIMES];
283 static bool increment_overflow_time(__time_t *, int_fast32_t);
284 static int_fast32_t leapcorr(struct state const *, __time_t);
903 __time_t t = ts->ats[i];
1263 __time_t atlo = TIME_T_MIN, leaplo = TIME_T_MIN;
1327 __time_t janfirst;
1354 __time_t janfirst1 = janfirst;
1368 __time_t janfirst1 = janfirst;
1708 register __time_t seconds;
1940 __time_t secs_since_posleap = SECSPERMIN;
2094 increment_overflow_time(__time_t *tp, int_fast32_t j)
2338 __time_t altt = t;
2602 leapcorr(struct state const *sp, __time_t t)
2728 __time_t r = sys_time(0);