Searched refs:localtime_s (Results 1 - 14 of 14) sorted by relevance
/third_party/mesa3d/src/util/ |
H A D | os_time.h | 70 return localtime_s(buf, timer) ? NULL : buf; in os_localtime()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Chrono.cpp | 35 int Error = ::localtime_s(&Storage, &OurTime); in getStructTM()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
H A D | time_benchmark.cc | 96 benchmark::DoNotOptimize(localtime_s(&tm, &t)); in BM_Time_ToDateTime_Libc()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | cctz_benchmark.cc | 860 benchmark::DoNotOptimize(localtime_s(&tm, &t)); in BM_Time_ToCivil_Libc()
|
H A D | time_zone_libc.cc | 122 return localtime_s(result, timep) ? nullptr : result; in local_time()
|
/third_party/rust/crates/libc/src/windows/ |
H A D | mod.rs | 392 pub fn localtime_s(tmDest: *mut tm, sourceTime: *const time_t) -> ::errno_t; in localtime_s() functions
|
/third_party/python/Python/ |
H A D | pytime.c | 1300 error = localtime_s(tm, &t); in _PyTime_localtime()
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-win32.cc | 81 int localtime_s(tm* out_tm, const time_t* time) { in localtime_s() function 418 if (localtime_s(&posix_local_time_struct, &posix_time)) return 0; in LocalOffset()
|
/third_party/libexif/libexif/ |
H A D | exif-entry.c | 1828 localtime_s (&tms, &t); in exif_entry_initialize()
|
/third_party/googletest/googletest/src/ |
H A D | gtest.cc | 4099 return localtime_s(out, &seconds) == 0; 4101 // MINGW <time.h> provides neither localtime_r nor localtime_s, but uses 4108 // Uses localtime_s when available as localtime_r is only available from 4110 return localtime_s(&seconds, out) != nullptr;
|
/third_party/node/deps/googletest/src/ |
H A D | gtest.cc | 4119 return localtime_s(out, &seconds) == 0; 4121 // MINGW <time.h> provides neither localtime_r nor localtime_s, but uses 4128 // Uses localtime_s when available as localtime_r is only available from 4130 return localtime_s(&seconds, out) != nullptr;
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest.cc | 3717 return localtime_s(out, &seconds) == 0; in PortableLocaltime() 3719 // MINGW <time.h> provides neither localtime_r nor localtime_s, but uses in PortableLocaltime()
|
/third_party/astc-encoder/Source/ |
H A D | tinyexr.h | 4883 errno_t err = localtime_s(tm, &time); in mz_zip_time_to_dos_time()
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | [all...] |
Completed in 175 milliseconds