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

/bionic/libc/include/
H A Dtime.h74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
/bionic/libc/tzcode/
H A Dlocaltime.c1429 return localtime_r(timep, &tmGlobal);
1437 localtime_r(timep, tmp) function
1698 return asctime_r(localtime_r(timep, &mytm), buf);
/bionic/libc/bionic/
H A Dtime64.c38 localtime64_r() is a 64-bit equivalent of localtime_r().
58 /* Not everyone has gm/localtime_r(), provide a replacement */
60 # define LOCALTIME_R(clock, result) localtime_r(clock, result)
431 /* Simulate localtime_r() to the best of our ability */
689 TRACE1("localtime_r(%d) returned NULL\n", (int)safe_time);

Completed in 2102 milliseconds