Searched refs:localtime_r (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/include/
H A Dtime.h72 extern struct tm* localtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC__;
/bionic/libc/tzcode/
H A Dprivate.h333 # undef localtime_r macro
334 # define localtime_r tz_localtime_r macro
376 struct tm *localtime_r(time_t const *restrict, struct tm *restrict);
H A Dlocaltime.c1546 localtime_r(const time_t *timep, struct tm *tmp) function
1755 struct tm *tmp = localtime_r(timep, &mytm);
/bionic/libc/bionic/
H A Dtime64.c42 localtime64_r() is a 64-bit equivalent of localtime_r().
62 /* Not everyone has gm/localtime_r(), provide a replacement */
64 # define LOCALTIME_R(clock, result) localtime_r(clock, result)
426 /* Simulate localtime_r() to the best of our ability */
684 TRACE1("localtime_r(%d) returned NULL\n", (int)safe_time);

Completed in 9 milliseconds