Home
last modified time | relevance | path

Searched refs:localtime_s (Results 1 - 14 of 14) sorted by relevance

/third_party/mesa3d/src/util/
H A Dos_time.h70 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 DChrono.cpp35 int Error = ::localtime_s(&Storage, &OurTime); in getStructTM()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dtime_benchmark.cc96 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 Dcctz_benchmark.cc860 benchmark::DoNotOptimize(localtime_s(&tm, &t)); in BM_Time_ToCivil_Libc()
H A Dtime_zone_libc.cc122 return localtime_s(result, timep) ? nullptr : result; in local_time()
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs392 pub fn localtime_s(tmDest: *mut tm, sourceTime: *const time_t) -> ::errno_t; in localtime_s() functions
/third_party/python/Python/
H A Dpytime.c1300 error = localtime_s(tm, &t); in _PyTime_localtime()
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-win32.cc81 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 Dexif-entry.c1828 localtime_s (&tms, &t); in exif_entry_initialize()
/third_party/googletest/googletest/src/
H A Dgtest.cc4099 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 Dgtest.cc4119 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 Dgtest.cc3717 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 Dtinyexr.h4883 errno_t err = localtime_s(tm, &time); in mz_zip_time_to_dos_time()
/third_party/sqlite/src/
H A Dsqlite3.c[all...]

Completed in 175 milliseconds