Home
last modified time | relevance | path

Searched refs:gmtime_r (Results 1 – 13 of 13) sorted by relevance

/bionic/libc/tzcode/
Dprivate.h449 # undef gmtime_r
450 # define gmtime_r tz_gmtime_r macro
520 struct tm *gmtime_r(time_t const *restrict, struct tm *restrict);
Dlocaltime.c1721 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/
Dtime_h.c91 FUNCTION(gmtime_r, struct tm* (*f)(const time_t*, struct tm*)); in time_h()
/bionic/libc/include/
Dtime.h75 struct tm* _Nullable gmtime_r(const time_t* _Nonnull __t, struct tm* _Nonnull __tm);
/bionic/tests/
Dtime_test.cpp74 TEST(time, gmtime_r) { in TEST() argument
77 struct tm* broken_down = gmtime_r(&t, &tm); in TEST()
/bionic/libc/bionic/
Dtime64.c69 # define GMTIME_R(clock, result) gmtime_r(clock, result)
/bionic/libc/tools/
Dposix-2013.txt388 gmtime_r
/bionic/libc/dns/resolv/
Dres_debug.c1187 mytime = gmtime_r(&myclock, &res); in p_secstodate()
/bionic/libc/
Dlibc.map.txt495 gmtime_r;
/bionic/tools/versioner/platforms/
Dlibc.map.txt495 gmtime_r;
/bionic/benchmarks/linker_relocation/gen/
Dlinker_reloc_bench_main.S3571 CALL(gmtime_r)
Dliblinker_reloc_bench_007.S11448 CALL(gmtime_r)
Dliblinker_reloc_bench_030.S19126 CALL(gmtime_r)