/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/toybox/toys/posix/ |
D | date.c | 121 gmtime_r(&tt, tm); in parse_default() 191 ((toys.optflags & FLAG_u) ? gmtime_r : localtime_r)(&now, &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/boringssl/src/crypto/ |
D | time_support.c | 76 return gmtime_r(time, result); in OPENSSL_gmtime()
|
/external/toybox/toys/other/ |
D | hwclock.c | 103 if (!(TT.utc ? gmtime_r : localtime_r)(&timeval.tv_sec, &tm)) in hwclock_main()
|
/external/google-benchmark/src/ |
D | walltime.cc | 248 ::gmtime_r(&now, &timeinfo); in DateTimeString()
|
/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 | 571 tm = (struct tm *)gmtime_r(&intime, store); in Curl_gmtime()
|
/external/libweave/third_party/chromium/base/time/ |
D | time_posix.cc | 58 gmtime_r(&t, timestruct);
|
/external/libchrome/base/time/ |
D | time_posix.cc | 78 gmtime_r(&t, timestruct); in SysTimeToTimeStruct()
|
/external/tlsdate/src/ |
D | util.c | 244 tm = gmtime_r (&tv->tv_sec, &tmr); in rtc_write()
|
/external/e2fsprogs/e2fsck/ |
D | logfile.c | 78 tm = (*flags & FLAG_UTC) ? gmtime_r(&ctx->now, &tm_struct) : in expand_percent_expression()
|
/external/pdfium/xfa/src/fgas/src/localization/ |
D | fx_datetime.cpp | 182 gmtime_r(&curTime.tv_sec, &st); in SetGMTime()
|
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/lib/linux/ |
D | libclang_rt.asan-x86_64.a.syms | 1196 gmtime_r;
|
D | libclang_rt.tsan-x86_64.a.syms | 1276 gmtime_r;
|
D | libclang_rt.msan-x86_64.a.syms | 1353 gmtime_r;
|
/external/google-breakpad/src/tools/mac/crash_report/ |
D | crash_report.mm | 255 gmtime_r(reinterpret_cast<time_t*>(&time_date_stamp), ×truct);
|