Searched refs:localtime_r (Results 1 – 21 of 21) sorted by relevance
/bionic/libc/tzcode/ |
D | asctime.c | 123 struct tm *tmp = localtime_r(timep, &mytm); in ctime_r()
|
D | private.h | 619 # undef localtime_r 620 # define localtime_r tz_localtime_r macro 693 struct tm *localtime_r(time_t const *restrict, struct tm *restrict);
|
D | strptime.c | 640 if (localtime_r(&secs, tm) == NULL) in epoch_to_tm()
|
D | strftime.c | 52 #define localtime64_r localtime_r
|
D | localtime.c | 1700 localtime_r(const time_t *restrict timep, struct tm *restrict tmp) in localtime_r() function
|
/bionic/tests/ |
D | time_test.cpp | 1151 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/ |
D | time_h.c | 93 FUNCTION(localtime_r, struct tm* (*f)(const time_t*, struct tm*)); in time_h()
|
/bionic/benchmarks/ |
D | time_benchmark.cpp | 201 localtime_r(&t, &tm); in BM_time_localtime_r()
|
/bionic/libc/include/ |
D | time.h | 192 struct tm* _Nullable localtime_r(const time_t* _Nonnull __t, struct tm* _Nonnull __tm);
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_065.S | 193 CALL(localtime_r)
|
D | liblinker_reloc_bench_074.S | 509 CALL(localtime_r)
|
D | liblinker_reloc_bench_100.S | 981 CALL(localtime_r)
|
D | liblinker_reloc_bench_003.S | 1161 CALL(localtime_r)
|
D | liblinker_reloc_bench_103.S | 2447 CALL(localtime_r)
|
D | liblinker_reloc_bench_012.S | 2136 CALL(localtime_r)
|
D | liblinker_reloc_bench_016.S | 2494 CALL(localtime_r)
|
D | liblinker_reloc_bench_151.S | 13931 CALL(localtime_r)
|
/bionic/libc/bionic/ |
D | time64.c | 64 # define LOCALTIME_R(clock, result) localtime_r(clock, result)
|
/bionic/libc/tools/ |
D | posix-2013.txt | 512 localtime_r
|
/bionic/libc/ |
D | libc.map.txt | 611 localtime_r;
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 611 localtime_r;
|