Searched refs:gmtime_r (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/include/
H A Dtime.h75 extern struct tm* gmtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC__;
/bionic/libc/tzcode/
H A Dprivate.h269 # undef gmtime_r macro
270 # define gmtime_r tz_gmtime_r macro
288 struct tm *gmtime_r(time_t const *restrict, struct tm *restrict);
H A Dlocaltime.c1422 return gmtime_r(timep, &tmGlobal);
1430 gmtime_r(const time_t * const timep, struct tm * tmp) function
/bionic/libc/bionic/
H A Dtime64.c44 gmtime64_r() is a 64-bit equivalent of gmtime_r().
69 # define GMTIME_R(clock, result) gmtime_r(clock, result)
444 /* Simulate gmtime_r() to the best of our ability */
/bionic/libc/dns/resolv/
H A Dres_debug.c1169 mytime = gmtime_r(&myclock, &res);

Completed in 91 milliseconds