/external/bison/lib/ |
D | time.in.h | 61 # undef gmtime_r 168 # undef gmtime_r 169 # define gmtime_r rpl_gmtime_r 171 _GL_FUNCDECL_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer, 174 _GL_CXXALIAS_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer, 178 _GL_FUNCDECL_SYS (gmtime_r, struct tm *, (time_t const *restrict __timer, 182 _GL_CXXALIAS_SYS (gmtime_r, struct tm *, (time_t const *restrict __timer, 186 _GL_CXXALIASWARN (gmtime_r);
|
/external/bison/linux-lib/ |
D | time.h | 373 # undef gmtime_r 480 # undef gmtime_r 481 # define gmtime_r rpl_gmtime_r 483 _GL_FUNCDECL_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer, 486 _GL_CXXALIAS_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer, 490 _GL_FUNCDECL_SYS (gmtime_r, struct tm *, (time_t const *restrict __timer, 494 _GL_CXXALIAS_SYS (gmtime_r, struct tm *, (time_t const *restrict __timer, 498 _GL_CXXALIASWARN (gmtime_r);
|
/external/bison/darwin-lib/ |
D | time.h | 373 # undef gmtime_r 480 # undef gmtime_r 481 # define gmtime_r rpl_gmtime_r 483 _GL_FUNCDECL_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer, 486 _GL_CXXALIAS_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer, 490 _GL_FUNCDECL_SYS (gmtime_r, struct tm *, (time_t const *restrict __timer, 494 _GL_CXXALIAS_SYS (gmtime_r, struct tm *, (time_t const *restrict __timer, 498 _GL_CXXALIASWARN (gmtime_r);
|
/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/fmtlib/fmt/ |
D | time.h | 61 inline Null<> gmtime_r(...) { return Null<>(); } in gmtime_r() function 112 return handle(gmtime_r(&time_, &tm_)); in gmtime()
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/ |
D | 21-1-buildonly.c | 21 dummyvar = gmtime_r; in dummyfcn()
|
/external/toybox/toys/posix/ |
D | date.c | 83 gmtime_r(&tt, tm); 184 ((toys.optflags & FLAG_u) ? gmtime_r : localtime_r)(&ts.tv_sec, &tm); in date_main()
|
/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/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 | 3343 dnl Verify if gmtime_r is available, prototyped, can 3359 AC_MSG_CHECKING([if gmtime_r can be linked]) 3361 AC_LANG_FUNC_LINK_TRY([gmtime_r]) 3371 AC_MSG_CHECKING([if gmtime_r is prototyped]) 3372 AC_EGREP_CPP([gmtime_r],[ 3384 AC_MSG_CHECKING([if gmtime_r is compilable]) 3389 if(0 != gmtime_r(0, 0)) 3404 AC_MSG_CHECKING([if gmtime_r seems to work]) 3413 gmt = gmtime_r(&local, &result); 3430 AC_MSG_CHECKING([if gmtime_r usage allowed]) [all …]
|
/external/skia/src/core/ |
D | SkTime.cpp | 54 gmtime_r(&m_time, &tstruct); in GetDateTime()
|
/external/toybox/toys/other/ |
D | hwclock.c | 103 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 | 182 ::gmtime_r(&now, &timeinfo); in DateTimeString()
|
/external/google-benchmark/src/ |
D | timers.cc | 195 ::gmtime_r(&now, &timeinfo); in DateTimeString()
|
/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/libmicrohttpd/src/examples/ |
D | spdy_fileserver.c | 92 gmtime_r( &t, &tm); in Rfc1123_DateTimeNow()
|
/external/curl/lib/ |
D | curl_setup.h | 444 extern struct tm *gmtime_r(const time_t * const timep, struct tm *tmp);
|
D | parsedate.c | 573 tm = (struct tm *)gmtime_r(&intime, store); in Curl_gmtime()
|
/external/skia/third_party/lua/src/ |
D | loslib.c | 68 #define l_gmtime(t,r) gmtime_r(t,r)
|
/external/syslinux/com32/lua/src/ |
D | loslib.c | 71 #define l_gmtime(t,r) gmtime_r(t,r)
|
/external/libchrome/base/time/ |
D | time_posix.cc | 78 gmtime_r(&t, timestruct); in SysTimeToTimeStruct()
|
/external/e2fsprogs/e2fsck/ |
D | logfile.c | 81 tm = (*flags & FLAG_UTC) ? gmtime_r(&ctx->now, &tm_struct) : in expand_percent_expression()
|