Home
last modified time | relevance | path

Searched refs:localtime_r (Results 1 – 25 of 78) sorted by relevance

1234

/external/bison/lib/
Dtime.in.h62 # undef localtime_r
146 # undef localtime_r
147 # define localtime_r rpl_localtime_r
149 _GL_FUNCDECL_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
152 _GL_CXXALIAS_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
156 _GL_FUNCDECL_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
160 _GL_CXXALIAS_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
164 _GL_CXXALIASWARN (localtime_r);
/external/bison/linux-lib/
Dtime.h374 # undef localtime_r
458 # undef localtime_r
459 # define localtime_r rpl_localtime_r
461 _GL_FUNCDECL_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
464 _GL_CXXALIAS_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
468 _GL_FUNCDECL_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
472 _GL_CXXALIAS_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
476 _GL_CXXALIASWARN (localtime_r);
/external/bison/darwin-lib/
Dtime.h374 # undef localtime_r
458 # undef localtime_r
459 # define localtime_r rpl_localtime_r
461 _GL_FUNCDECL_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
464 _GL_CXXALIAS_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
468 _GL_FUNCDECL_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
472 _GL_CXXALIAS_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
476 _GL_CXXALIASWARN (localtime_r);
/external/icu/icu4c/source/tools/tzcode/
Dprivate.h270 # undef localtime_r
271 # define localtime_r tz_localtime_r macro
287 struct tm *localtime_r(time_t const *restrict, struct tm *restrict);
/external/fmtlib/fmt/
Dtime.h59 inline Null<> localtime_r(...) { return Null<>(); } in localtime_r() function
75 return handle(localtime_r(&time_, &tm_)); in localtime()
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
D23-1-buildonly.c21 dummyvar = localtime_r; in dummyfcn()
/external/mdnsresponder/mDNSWindows/
DPosixCompat.h57 localtime_r( const time_t * clock, struct tm * result );
DPosixCompat.c124 localtime_r( const time_t * clock, struct tm * result ) in localtime_r() function
/external/v8/src/base/platform/
Dplatform-macos.cc106 struct tm* t = localtime_r(&tv, &tm); in LocalTimezone()
115 struct tm* t = localtime_r(&tv, &tm); in LocalTimeOffset()
Dplatform-freebsd.cc43 struct tm* t = localtime_r(&tv, &tm); in LocalTimezone()
52 struct tm* t = localtime_r(&tv, &tm); in LocalTimeOffset()
Dplatform-cygwin.cc33 struct tm* t = localtime_r(&tv, &tm); in LocalTimezone()
44 struct tm* loc = localtime_r(&utc, &tm); in LocalTimeOffset()
Dplatform-aix.cc50 struct tm* t = localtime_r(&tv, &tm); in LocalTimezone()
61 struct tm* loc = localtime_r(&utc, &tm); in LocalTimeOffset()
Dplatform-openbsd.cc41 struct tm* t = localtime_r(&tv, &tm); in LocalTimezone()
50 struct tm* t = localtime_r(&tv, &tm); in LocalTimeOffset()
Dplatform-qnx.cc92 struct tm* t = localtime_r(&tv, &tm); in LocalTimezone()
101 struct tm* t = localtime_r(&tv, &tm); in LocalTimeOffset()
Dplatform-linux.cc98 struct tm* t = localtime_r(&tv, &tm); in LocalTimezone()
106 struct tm* t = localtime_r(&tv, &tm); in LocalTimeOffset()
/external/google-breakpad/src/processor/
Dlogging.cc63 localtime_r(&clock, &tm_struct); in LogStream()
/external/webrtc/webrtc/system_wrappers/source/
Dtrace_posix.cc40 localtime_r(&system_time_high_res.tv_sec, &buffer); in AddTime()
/external/curl/m4/
Dcurl-reentrant.m4121 dnl makes function localtime_r compiler visible.
125 AC_LANG_FUNC_LINK_TRY([localtime_r])
132 AC_EGREP_CPP([localtime_r],[
138 AC_EGREP_CPP([localtime_r],[
/external/ltp/testcases/kernel/fs/dmapi/
Ddm_test.c184 pDT = (struct tm *)localtime_r(&tv.tv_sec, &sDT); in dm_StartLogging()
238 pDT = (struct tm *)localtime_r(&tv.tv_sec, &sDT); in dm_StopLogging()
/external/toybox/toys/other/
Dhwclock.c103 if (!(TT.utc ? gmtime_r : localtime_r)(&timeval.tv_sec, &tm)) in hwclock_main()
/external/toybox/toys/posix/
Dtouch.c76 localtime_r(&(ts->tv_sec), &tm);
Ddate.c184 ((toys.optflags & FLAG_u) ? gmtime_r : localtime_r)(&ts.tv_sec, &tm); in date_main()
/external/llvm/lib/Support/Unix/
DTimeValue.inc27 struct tm *LT = ::localtime_r(&OurTime, &Storage);
/external/stressapptest/src/
Dlogger.cc46 localtime_r(&raw_time, &time_struct); in VLogF()
/external/libcxx/utils/google-benchmark/src/
Dtimers.cc173 ::localtime_r(&now, &timeinfo); in DateTimeString()

1234