Home
last modified time | relevance | path

Searched refs:localtime_r (Results 1 – 21 of 21) sorted by relevance

/bionic/libc/tzcode/
Dasctime.c123 struct tm *tmp = localtime_r(timep, &mytm); in ctime_r()
Dprivate.h619 # undef localtime_r
620 # define localtime_r tz_localtime_r macro
693 struct tm *localtime_r(time_t const *restrict, struct tm *restrict);
Dstrptime.c640 if (localtime_r(&secs, tm) == NULL) in epoch_to_tm()
Dstrftime.c52 #define localtime64_r localtime_r
Dlocaltime.c1700 localtime_r(const time_t *restrict timep, struct tm *restrict tmp) in localtime_r() function
/bionic/tests/
Dtime_test.cpp1151 ASSERT_TRUE(localtime_r(&t, &tm) != nullptr); in TEST()
1156 ASSERT_TRUE(localtime_r(&t, &tm) != nullptr); in TEST()
1161 ASSERT_TRUE(localtime_r(&t, &tm) != nullptr); in TEST()
1166 ASSERT_TRUE(localtime_r(&t, &tm) != nullptr); in TEST()
1171 ASSERT_TRUE(localtime_r(&t, &tm) != nullptr); in TEST()
1176 ASSERT_TRUE(localtime_r(&t, &tm) != nullptr); in TEST()
1209 localtime_r(&t, &tm); in TEST()
1368 ASSERT_EQ(&tm, localtime_r(&t, &tm)); in TEST()
1387 ASSERT_EQ(&tm, localtime_r(&t, &tm)); in TEST()
/bionic/tests/headers/posix/
Dtime_h.c93 FUNCTION(localtime_r, struct tm* (*f)(const time_t*, struct tm*)); in time_h()
/bionic/benchmarks/
Dtime_benchmark.cpp201 localtime_r(&t, &tm); in BM_time_localtime_r()
/bionic/libc/include/
Dtime.h192 struct tm* _Nullable localtime_r(const time_t* _Nonnull __t, struct tm* _Nonnull __tm);
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_065.S193 CALL(localtime_r)
Dliblinker_reloc_bench_074.S509 CALL(localtime_r)
Dliblinker_reloc_bench_100.S981 CALL(localtime_r)
Dliblinker_reloc_bench_003.S1161 CALL(localtime_r)
Dliblinker_reloc_bench_103.S2447 CALL(localtime_r)
Dliblinker_reloc_bench_012.S2136 CALL(localtime_r)
Dliblinker_reloc_bench_016.S2494 CALL(localtime_r)
Dliblinker_reloc_bench_151.S13931 CALL(localtime_r)
/bionic/libc/bionic/
Dtime64.c64 # define LOCALTIME_R(clock, result) localtime_r(clock, result)
/bionic/libc/tools/
Dposix-2013.txt512 localtime_r
/bionic/libc/
Dlibc.map.txt611 localtime_r;
/bionic/tools/versioner/platforms/
Dlibc.map.txt611 localtime_r;