Home
last modified time | relevance | path

Searched refs:gmtime_r (Results 1 – 25 of 42) sorted by relevance

12

/external/icu/icu4c/source/tools/tzcode/
Dprivate.h266 # undef gmtime_r
267 # define gmtime_r tz_gmtime_r macro
285 struct tm *gmtime_r(time_t const *restrict, struct tm *restrict);
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
D21-1-buildonly.c21 dummyvar = gmtime_r; in dummyfcn()
/external/webrtc/webrtc/base/
Dtimeutils.cc116 static struct tm *gmtime_r(const time_t *timep, struct tm *result) { in gmtime_r() function
134 gmtime_r(&secs, tm); in CurrentTmTime()
Dtimeutils_unittest.cc254 EXPECT_TRUE(gmtime_r(&t, &tm)); in TestTmToSeconds()
/external/linux-kselftest/tools/testing/selftests/rtc/
Drtctest.c125 gmtime_r(&secs, (struct tm *)&tm); in TEST_F()
182 gmtime_r(&secs, (struct tm *)&alarm.time); in TEST_F()
/external/libchrome/base/time/
Dtime_exploded_posix.cc101 gmtime_r(&t, timestruct); in SysTimeToTimeStruct()
120 gmtime_r(&t, timestruct); in SysTimeToTimeStruct()
/external/curl/m4/
Dcurl-reentrant.m488 dnl makes function gmtime_r compiler visible.
92 AC_LANG_FUNC_LINK_TRY([gmtime_r])
99 AC_EGREP_CPP([gmtime_r],[
105 AC_EGREP_CPP([gmtime_r],[
Dcurl-functions.m43296 dnl Verify if gmtime_r is available, prototyped, can
3312 AC_MSG_CHECKING([if gmtime_r can be linked])
3314 AC_LANG_FUNC_LINK_TRY([gmtime_r])
3324 AC_MSG_CHECKING([if gmtime_r is prototyped])
3325 AC_EGREP_CPP([gmtime_r],[
3337 AC_MSG_CHECKING([if gmtime_r is compilable])
3342 if(0 != gmtime_r(0, 0))
3357 AC_MSG_CHECKING([if gmtime_r seems to work])
3366 gmt = gmtime_r(&local, &result);
3383 AC_MSG_CHECKING([if gmtime_r usage allowed])
[all …]
/external/skqp/src/core/
DSkTime.cpp57 gmtime_r(&m_time, &tstruct); in GetDateTime()
/external/skia/src/core/
DSkTime.cpp57 gmtime_r(&m_time, &tstruct); in GetDateTime()
/external/toybox/toys/other/
Dhwclock.c105 if (!(TT.utc ? gmtime_r : localtime_r)(&timeval.tv_sec, &tm)) in hwclock_main()
/external/boringssl/src/crypto/asn1/
Dtime_support.c76 return gmtime_r(time, result); in OPENSSL_gmtime()
/external/libcxx/utils/google-benchmark/src/
Dtimers.cc204 ::gmtime_r(&now, &timeinfo); in DateTimeString()
/external/google-benchmark/src/
Dtimers.cc204 ::gmtime_r(&now, &timeinfo); in DateTimeString()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
D2008-04-17-CoalescerBug.ll92 %tmp156.i85398700 = invoke %struct.tm* @gmtime_r( i32* null, %struct.tm* null )
167 declare %struct.tm* @gmtime_r(i32*, %struct.tm*)
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2008-04-17-CoalescerBug.ll92 %tmp156.i85398700 = invoke %struct.tm* @gmtime_r( i32* null, %struct.tm* null )
167 declare %struct.tm* @gmtime_r(i32*, %struct.tm*)
/external/llvm/test/CodeGen/X86/
D2008-04-17-CoalescerBug.ll92 %tmp156.i85398700 = invoke %struct.tm* @gmtime_r( i32* null, %struct.tm* null )
167 declare %struct.tm* @gmtime_r(i32*, %struct.tm*)
/external/curl/lib/
Dparsedate.c586 tm = (struct tm *)gmtime_r(&intime, store); in Curl_gmtime()
Dcurl_setup.h507 extern struct tm *gmtime_r(const time_t * const timep, struct tm *tmp);
/external/libevent/
Devutil_time.c168 gmtime_r(&t, &sys); in evutil_date_rfc1123()
/external/e2fsprogs/e2fsck/
Dlogfile.c81 tm = (*flags & FLAG_UTC) ? gmtime_r(&ctx->now, &tm_struct) : in expand_percent_expression()
/external/lua/src/
Dloslib.c86 #define l_gmtime(t,r) gmtime_r(t,r)
/external/python/cpython3/Python/
Dpytime.c1092 if (gmtime_r(&t, tm) == NULL) { in _PyTime_gmtime()
/external/google-breakpad/src/tools/mac/crash_report/
Dcrash_report.mm255 gmtime_r(reinterpret_cast<time_t*>(&time_date_stamp), &timestruct);
/external/libevent/test/
Dregress_util.c1392 gmtime_r(&t, cur_p); in create_tm_from_unix_epoch()

12