/external/icu/icu4c/source/tools/tzcode/ |
D | private.h | 266 # 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/ |
D | 21-1-buildonly.c | 21 dummyvar = gmtime_r; in dummyfcn()
|
/external/webrtc/webrtc/base/ |
D | timeutils.cc | 116 static struct tm *gmtime_r(const time_t *timep, struct tm *result) { in gmtime_r() function 134 gmtime_r(&secs, tm); in CurrentTmTime()
|
D | timeutils_unittest.cc | 254 EXPECT_TRUE(gmtime_r(&t, &tm)); in TestTmToSeconds()
|
/external/linux-kselftest/tools/testing/selftests/rtc/ |
D | rtctest.c | 125 gmtime_r(&secs, (struct tm *)&tm); in TEST_F() 182 gmtime_r(&secs, (struct tm *)&alarm.time); in TEST_F()
|
/external/libchrome/base/time/ |
D | time_exploded_posix.cc | 101 gmtime_r(&t, timestruct); in SysTimeToTimeStruct() 120 gmtime_r(&t, timestruct); in SysTimeToTimeStruct()
|
/external/curl/m4/ |
D | curl-reentrant.m4 | 88 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],[
|
D | curl-functions.m4 | 3296 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/ |
D | SkTime.cpp | 57 gmtime_r(&m_time, &tstruct); in GetDateTime()
|
/external/skia/src/core/ |
D | SkTime.cpp | 57 gmtime_r(&m_time, &tstruct); in GetDateTime()
|
/external/toybox/toys/other/ |
D | hwclock.c | 105 if (!(TT.utc ? gmtime_r : localtime_r)(&timeval.tv_sec, &tm)) in hwclock_main()
|
/external/boringssl/src/crypto/asn1/ |
D | time_support.c | 76 return gmtime_r(time, result); in OPENSSL_gmtime()
|
/external/libcxx/utils/google-benchmark/src/ |
D | timers.cc | 204 ::gmtime_r(&now, &timeinfo); in DateTimeString()
|
/external/google-benchmark/src/ |
D | timers.cc | 204 ::gmtime_r(&now, &timeinfo); in DateTimeString()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | 2008-04-17-CoalescerBug.ll | 92 %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/ |
D | 2008-04-17-CoalescerBug.ll | 92 %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/ |
D | 2008-04-17-CoalescerBug.ll | 92 %tmp156.i85398700 = invoke %struct.tm* @gmtime_r( i32* null, %struct.tm* null ) 167 declare %struct.tm* @gmtime_r(i32*, %struct.tm*)
|
/external/curl/lib/ |
D | parsedate.c | 586 tm = (struct tm *)gmtime_r(&intime, store); in Curl_gmtime()
|
D | curl_setup.h | 507 extern struct tm *gmtime_r(const time_t * const timep, struct tm *tmp);
|
/external/libevent/ |
D | evutil_time.c | 168 gmtime_r(&t, &sys); in evutil_date_rfc1123()
|
/external/e2fsprogs/e2fsck/ |
D | logfile.c | 81 tm = (*flags & FLAG_UTC) ? gmtime_r(&ctx->now, &tm_struct) : in expand_percent_expression()
|
/external/lua/src/ |
D | loslib.c | 86 #define l_gmtime(t,r) gmtime_r(t,r)
|
/external/python/cpython3/Python/ |
D | pytime.c | 1092 if (gmtime_r(&t, tm) == NULL) { in _PyTime_gmtime()
|
/external/google-breakpad/src/tools/mac/crash_report/ |
D | crash_report.mm | 255 gmtime_r(reinterpret_cast<time_t*>(&time_date_stamp), ×truct);
|
/external/libevent/test/ |
D | regress_util.c | 1392 gmtime_r(&t, cur_p); in create_tm_from_unix_epoch()
|