Searched refs:gmtime_r (Results 1 – 13 of 13) sorted by relevance
/bionic/libc/tzcode/ |
D | private.h | 449 # undef gmtime_r 450 # define gmtime_r tz_gmtime_r macro 520 struct tm *gmtime_r(time_t const *restrict, struct tm *restrict);
|
D | localtime.c | 1721 gmtime_r(const time_t *timep, struct tm *tmp) in gmtime_r() function 1730 return gmtime_r(timep, &tm); in gmtime()
|
/bionic/tests/headers/posix/ |
D | time_h.c | 91 FUNCTION(gmtime_r, struct tm* (*f)(const time_t*, struct tm*)); in time_h()
|
/bionic/libc/include/ |
D | time.h | 75 struct tm* _Nullable gmtime_r(const time_t* _Nonnull __t, struct tm* _Nonnull __tm);
|
/bionic/tests/ |
D | time_test.cpp | 74 TEST(time, gmtime_r) { in TEST() argument 77 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 | 1187 mytime = gmtime_r(&myclock, &res); in p_secstodate()
|
/bionic/libc/ |
D | libc.map.txt | 495 gmtime_r;
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 495 gmtime_r;
|
/bionic/benchmarks/linker_relocation/gen/ |
D | linker_reloc_bench_main.S | 3571 CALL(gmtime_r)
|
D | liblinker_reloc_bench_007.S | 11448 CALL(gmtime_r)
|
D | liblinker_reloc_bench_030.S | 19126 CALL(gmtime_r)
|