Searched refs:localtime_r (Results 1 – 20 of 20) sorted by relevance
/bionic/libc/tzcode/ |
D | private.h | 344 # undef localtime_r 345 # define localtime_r tz_localtime_r macro 387 struct tm *localtime_r(time_t const *restrict, struct tm *restrict);
|
D | strptime.c | 369 if (localtime_r(&t, tm) == NULL) return NULL; in _strptime()
|
D | localtime.c | 1518 localtime_r(const time_t *timep, struct tm *tmp) in localtime_r() function 1727 struct tm *tmp = localtime_r(timep, &mytm); in ctime_r()
|
/bionic/tests/ |
D | time_test.cpp | 857 ASSERT_TRUE(localtime_r(&t, &tm) != nullptr); in TEST() 862 ASSERT_TRUE(localtime_r(&t, &tm) != nullptr); in TEST() 867 ASSERT_TRUE(localtime_r(&t, &tm) != nullptr); in TEST() 872 ASSERT_TRUE(localtime_r(&t, &tm) != nullptr); in TEST() 877 ASSERT_TRUE(localtime_r(&t, &tm) != nullptr); in TEST() 882 ASSERT_TRUE(localtime_r(&t, &tm) != nullptr); in TEST() 915 localtime_r(&t, &tm); in TEST()
|
/bionic/libc/include/ |
D | time.h | 72 struct tm* localtime_r(const time_t* __t, struct tm* __tm);
|
/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 | 186 localtime_r(&t, &tm); in BM_time_localtime_r()
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_065.S | 193 CALL(localtime_r)
|
D | liblinker_reloc_bench_074.S | 510 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)
|
D | liblinker_reloc_bench_087.S | 37010 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/tools/versioner/platforms/ |
D | libc.map.txt | 611 localtime_r;
|
/bionic/libc/ |
D | libc.map.txt | 611 localtime_r;
|