Home
last modified time | relevance | path

Searched refs:gmtime_s (Results 1 - 13 of 13) sorted by relevance

/third_party/mbedtls/library/
H A Dplatform_util.c33 #define __STDC_WANT_LIB_EXT1__ 1 /* Ask for the C11 gmtime_s() and memset_s() if available */
182 return (gmtime_s(tt, tm_buf) == 0) ? NULL : tm_buf; in mbedtls_platform_gmtime_r()
185 return (gmtime_s(tm_buf, tt) == 0) ? tm_buf : NULL; in mbedtls_platform_gmtime_r()
/third_party/node/deps/openssl/openssl/crypto/
H A Do_time.c45 if (gmtime_s(result, timer)) in OPENSSL_gmtime()
/third_party/openssl/crypto/
H A Do_time.c45 if (gmtime_s(result, timer)) in OPENSSL_gmtime()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dtime_benchmark.cc120 benchmark::DoNotOptimize(gmtime_s(&tm, &t)); in BM_Time_ToDateTimeUTC_Libc()
H A Dtime_test.cc736 gmtime_s(&tm_lc, &tt); in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dcctz_benchmark.cc885 benchmark::DoNotOptimize(gmtime_s(&tm, &t)); in BM_Time_ToCivilUTC_Libc()
H A Dtime_zone_libc.cc114 return gmtime_s(result, timep) ? nullptr : result; in gm_time()
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs390 pub fn gmtime_s(destTime: *mut tm, srcTime: *const time_t) -> ::c_int; in gmtime_s() functions
/third_party/python/Python/
H A Dpytime.c1339 error = gmtime_s(tm, &t); in _PyTime_gmtime()
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dconnection.c572 if (0 == gmtime_s (&now, &t))
/third_party/skia/third_party/externals/microhttpd/
H A Dconfigure14045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gmtime_s" >&5
14046 $as_echo_n "checking for gmtime_s... " >&6; }
14053 struct tm now; time_t t; time (&t); gmtime_s (&now, &t)
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h5285 gmtime_s(&timeInfo, &rawtime);
/third_party/libabigail/tests/lib/
H A Dcatch.hpp2153 gmtime_s(&timeInfo, &converted);
16822 gmtime_s(&timeInfo, &rawtime);

Completed in 51 milliseconds