Home
last modified time | relevance | path

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

1234

/external/v8/src/base/platform/
Dplatform-posix-time.cc16 struct tm* t = localtime_r(&tv, &tm); in LocalTimezone()
26 struct tm* t = localtime_r(&tv, &tm); in LocalTimeOffset()
Dplatform-aix.cc51 struct tm* t = localtime_r(&tv, &tm); in LocalTimezone()
61 struct tm* loc = localtime_r(&utc, &tm); in LocalTimeOffset()
Dplatform-cygwin.cc80 struct tm* t = localtime_r(&tv, &tm); in LocalTimezone()
90 struct tm* loc = localtime_r(&utc, &tm); in LocalTimeOffset()
Dplatform-solaris.cc48 struct tm* t = localtime_r(&tv, &tm); in LocalTimezone()
/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/u-boot/include/linux/
Dtime.h70 _DEFUN (localtime_r, (tim_p, res),
150 return asctime_r (localtime_r (tim_p, &tm), result);
/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/libchrome/base/time/
Dtime_exploded_posix.cc99 localtime_r(&t, timestruct); in SysTimeToTimeStruct()
118 localtime_r(&t, timestruct); in SysTimeToTimeStruct()
/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/u-boot/drivers/misc/
Daltera_sysid.c42 localtime_r(&stamp, &t); in display_sysid()
/external/grpc-grpc/src/core/lib/gpr/
Dlog_linux.cc82 if (!localtime_r(&timer, &tm)) { in gpr_default_log()
Dlog_posix.cc78 if (!localtime_r(&timer, &tm)) { in gpr_default_log()
/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/libbrillo/brillo/daemons/
Ddaemon.cc119 CHECK_EQ(localtime_r(&utime, &tm), &tm); in GetTimeAsLogString()
/external/honggfuzz/libhfcommon/
Dlog.c108 localtime_r(&ltstamp, &utctime); in logLog()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DChrono.cpp31 struct tm *LT = ::localtime_r(&OurTime, &Storage); in getStructTM()
/external/toybox/toys/other/
Dhwclock.c105 if (!(TT.utc ? gmtime_r : localtime_r)(&timeval.tv_sec, &tm)) in hwclock_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/pdfium/core/fxcrt/
Dcfx_datetime.cpp103 localtime_r(&curTime.tv_sec, &st); in Now()
/external/libcxx/utils/google-benchmark/src/
Dtimers.cc196 ::localtime_r(&now, &timeinfo); in DateTimeString()
/external/google-benchmark/src/
Dtimers.cc196 ::localtime_r(&now, &timeinfo); in DateTimeString()

1234