Home
last modified time | relevance | path

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

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