Searched defs:time_t (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/include/sys/
H A Dtypes.h89 /* This historical accident means that we had a 32-bit time_t on 32-bit architectures. */
91 typedef __time_t time_t; typedef
/bionic/libc/tzcode/
H A Dprivate.h80 #include "sys/types.h" /* for time_t */
253 ** time_t type equivalent to T rather than the system-supplied time_t.
255 ** (e.g., time_t wider than 'long', or unsigned time_t) even on
259 static time_t sys_time(time_t *x) { return time(x); }
279 # undef time_t macro
280 # define time_t tz_time_t macro
282 typedef time_tz time_t; typedef
[all...]
H A Dlocaltime.c101 time_t ls_trans; /* transition time */
121 time_t ats[TZ_MAX_TIMES];
151 static int differ_by_repeat(time_t t1, time_t t0);
161 static struct tm * gmtsub(const time_t * timep, int_fast32_t offset,
163 static struct tm * localsub(const time_t * timep, int_fast32_t offset,
168 static int increment_overflow_time(time_t *t, int_fast32_t delta);
174 static time_t time1(struct tm * tmp,
175 struct tm * (*funcp)(const time_t *,
178 static time_t time
1713 time2sub(struct tm * const tmp, struct tm *(*const funcp)(const time_t*, int_fast32_t, struct tm*, struct state*), const int_fast32_t offset, int * const okayp, const int do_norm_secs, struct state * sp) argument
[all...]

Completed in 307 milliseconds