Searched refs:gmtime_s (Results 1 - 13 of 13) sorted by relevance
/third_party/mbedtls/library/ |
H A D | platform_util.c | 33 #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 D | o_time.c | 45 if (gmtime_s(result, timer)) in OPENSSL_gmtime()
|
/third_party/openssl/crypto/ |
H A D | o_time.c | 45 if (gmtime_s(result, timer)) in OPENSSL_gmtime()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
H A D | time_benchmark.cc | 120 benchmark::DoNotOptimize(gmtime_s(&tm, &t)); in BM_Time_ToDateTimeUTC_Libc()
|
H A D | time_test.cc | 736 gmtime_s(&tm_lc, &tt); in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | cctz_benchmark.cc | 885 benchmark::DoNotOptimize(gmtime_s(&tm, &t)); in BM_Time_ToCivilUTC_Libc()
|
H A D | time_zone_libc.cc | 114 return gmtime_s(result, timep) ? nullptr : result; in gm_time()
|
/third_party/rust/crates/libc/src/windows/ |
H A D | mod.rs | 390 pub fn gmtime_s(destTime: *mut tm, srcTime: *const time_t) -> ::c_int; in gmtime_s() functions
|
/third_party/python/Python/ |
H A D | pytime.c | 1339 error = gmtime_s(tm, &t); in _PyTime_gmtime()
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | connection.c | 572 if (0 == gmtime_s (&now, &t))
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | configure | 14045 { $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 D | doctest.h | 5285 gmtime_s(&timeInfo, &rawtime);
|
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 2153 gmtime_s(&timeInfo, &converted); 16822 gmtime_s(&timeInfo, &rawtime);
|
Completed in 52 milliseconds