Home
last modified time | relevance | path

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

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