Searched defs:gmtime_r (Results 1 - 2 of 2) sorted by relevance

/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.c1421 return gmtime_r(timep, &tmGlobal);
1429 gmtime_r(const time_t * const timep, struct tm * tmp) function

Completed in 29 milliseconds