[go: nahoru, domu]

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

/bionic/libc/tzcode/
H A Dprivate.h329 # undef gmtime_r macro
330 # define gmtime_r tz_gmtime_r macro
374 struct tm *gmtime_r(time_t const *restrict, struct tm *restrict);
H A Dlocaltime.c1574 gmtime_r(const time_t *timep, struct tm *tmp) function
1583 return gmtime_r(timep, &tm);

Completed in 74 milliseconds