Home
last modified time | relevance | path

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

12

/external/bison/lib/
Dtime.in.h61 # 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/
Dtime.h373 # 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/
Dtime.h373 # 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/
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/fmtlib/fmt/
Dtime.h61 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/
D21-1-buildonly.c21 dummyvar = gmtime_r; in dummyfcn()
/external/toybox/toys/posix/
Ddate.c83 gmtime_r(&tt, tm);
184 ((toys.optflags & FLAG_u) ? gmtime_r : localtime_r)(&ts.tv_sec, &tm); in date_main()
/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/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.m43343 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/
DSkTime.cpp54 gmtime_r(&m_time, &tstruct); in GetDateTime()
/external/toybox/toys/other/
Dhwclock.c103 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.cc182 ::gmtime_r(&now, &timeinfo); in DateTimeString()
/external/google-benchmark/src/
Dtimers.cc195 ::gmtime_r(&now, &timeinfo); in DateTimeString()
/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/libmicrohttpd/src/examples/
Dspdy_fileserver.c92 gmtime_r( &t, &tm); in Rfc1123_DateTimeNow()
/external/curl/lib/
Dcurl_setup.h444 extern struct tm *gmtime_r(const time_t * const timep, struct tm *tmp);
Dparsedate.c573 tm = (struct tm *)gmtime_r(&intime, store); in Curl_gmtime()
/external/skia/third_party/lua/src/
Dloslib.c68 #define l_gmtime(t,r) gmtime_r(t,r)
/external/syslinux/com32/lua/src/
Dloslib.c71 #define l_gmtime(t,r) gmtime_r(t,r)
/external/libchrome/base/time/
Dtime_posix.cc78 gmtime_r(&t, timestruct); in SysTimeToTimeStruct()
/external/e2fsprogs/e2fsck/
Dlogfile.c81 tm = (*flags & FLAG_UTC) ? gmtime_r(&ctx->now, &tm_struct) : in expand_percent_expression()

12