Home
last modified time | relevance | path

Searched defs:gmtime_r (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/tzcode/
Dprivate.h450 # define gmtime_r tz_gmtime_r macro
Dlocaltime.c1721 gmtime_r(const time_t *timep, struct tm *tmp) in gmtime_r() function
/bionic/tests/
Dtime_test.cpp74 TEST(time, gmtime_r) { in TEST() argument