Searched refs:gmtime_r (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/tzcode/ |
D | private.h | 340 # undef gmtime_r 341 # define gmtime_r tz_gmtime_r macro 385 struct tm *gmtime_r(time_t const *restrict, struct tm *restrict);
|
D | localtime.c | 1551 gmtime_r(const time_t *timep, struct tm *tmp) in gmtime_r() function 1560 return gmtime_r(timep, &tm); in gmtime()
|
/bionic/libc/include/ |
D | time.h | 75 struct tm* gmtime_r(const time_t* __t, struct tm* __tm);
|
/bionic/tests/headers/posix/ |
D | time_h.c | 91 FUNCTION(gmtime_r, struct tm* (*f)(const time_t*, struct tm*)); in time_h()
|
/bionic/tests/ |
D | time_test.cpp | 71 TEST(time, gmtime_r) { in TEST() argument 74 struct tm* broken_down = gmtime_r(&t, &tm); in TEST()
|
/bionic/libc/bionic/ |
D | time64.c | 69 # define GMTIME_R(clock, result) gmtime_r(clock, result)
|
/bionic/libc/tools/ |
D | posix-2013.txt | 388 gmtime_r
|
/bionic/libc/dns/resolv/ |
D | res_debug.c | 1169 mytime = gmtime_r(&myclock, &res); in p_secstodate()
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 495 gmtime_r;
|
/bionic/libc/ |
D | libc.map.txt | 495 gmtime_r;
|