Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dprivate.h344 # undef localtime_r
345 # define localtime_r tz_localtime_r macro
387 struct tm *localtime_r(time_t const *restrict, struct tm *restrict);
Dstrptime.c369 if (localtime_r(&t, tm) == NULL) return NULL; in _strptime()
Dlocaltime.c1518 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/
Dtime_test.cpp857 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/
Dtime.h72 struct tm* localtime_r(const time_t* __t, struct tm* __tm);
/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.cpp186 localtime_r(&t, &tm); in BM_time_localtime_r()
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_065.S193 CALL(localtime_r)
Dliblinker_reloc_bench_074.S510 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)
Dliblinker_reloc_bench_087.S37010 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/tools/versioner/platforms/
Dlibc.map.txt611 localtime_r;
/bionic/libc/
Dlibc.map.txt611 localtime_r;