Home
last modified time | relevance | path

Searched defs:localtime_r (Results 1 – 5 of 5) sorted by relevance

/external/mdnsresponder/mDNSWindows/
DPosixCompat.c124 localtime_r( const time_t * clock, struct tm * result ) in localtime_r() function
/external/icu/icu4c/source/tools/tzcode/
Dprivate.h271 # define localtime_r tz_localtime_r macro
Dlocaltime.c1343 localtime_r(const time_t *const timep, struct tm *tmp) in localtime_r() function
/external/libchrome/base/third_party/nspr/
Dprtime.cc98 static void localtime_r(const time_t* secs, struct tm* time) { in localtime_r() function
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc2115 TEST(MemorySanitizer, localtime_r) { in TEST() argument