/external/v8/src/base/platform/ |
D | platform-posix-time.cc | 16 struct tm* t = localtime_r(&tv, &tm); in LocalTimezone() 26 struct tm* t = localtime_r(&tv, &tm); in LocalTimeOffset()
|
D | platform-aix.cc | 51 struct tm* t = localtime_r(&tv, &tm); in LocalTimezone() 61 struct tm* loc = localtime_r(&utc, &tm); in LocalTimeOffset()
|
D | platform-cygwin.cc | 80 struct tm* t = localtime_r(&tv, &tm); in LocalTimezone() 90 struct tm* loc = localtime_r(&utc, &tm); in LocalTimeOffset()
|
D | platform-solaris.cc | 48 struct tm* t = localtime_r(&tv, &tm); in LocalTimezone()
|
/external/icu/icu4c/source/tools/tzcode/ |
D | private.h | 270 # 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/ |
D | time.h | 70 _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/ |
D | 23-1-buildonly.c | 21 dummyvar = localtime_r; in dummyfcn()
|
/external/mdnsresponder/mDNSWindows/ |
D | PosixCompat.h | 57 localtime_r( const time_t * clock, struct tm * result );
|
D | PosixCompat.c | 124 localtime_r( const time_t * clock, struct tm * result ) in localtime_r() function
|
/external/libchrome/base/time/ |
D | time_exploded_posix.cc | 99 localtime_r(&t, timestruct); in SysTimeToTimeStruct() 118 localtime_r(&t, timestruct); in SysTimeToTimeStruct()
|
/external/google-breakpad/src/processor/ |
D | logging.cc | 63 localtime_r(&clock, &tm_struct); in LogStream()
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | trace_posix.cc | 40 localtime_r(&system_time_high_res.tv_sec, &buffer); in AddTime()
|
/external/u-boot/drivers/misc/ |
D | altera_sysid.c | 42 localtime_r(&stamp, &t); in display_sysid()
|
/external/grpc-grpc/src/core/lib/gpr/ |
D | log_linux.cc | 82 if (!localtime_r(&timer, &tm)) { in gpr_default_log()
|
D | log_posix.cc | 78 if (!localtime_r(&timer, &tm)) { in gpr_default_log()
|
/external/curl/m4/ |
D | curl-reentrant.m4 | 121 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/ |
D | daemon.cc | 119 CHECK_EQ(localtime_r(&utime, &tm), &tm); in GetTimeAsLogString()
|
/external/honggfuzz/libhfcommon/ |
D | log.c | 108 localtime_r(<stamp, &utctime); in logLog()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Chrono.cpp | 31 struct tm *LT = ::localtime_r(&OurTime, &Storage); in getStructTM()
|
/external/toybox/toys/other/ |
D | hwclock.c | 105 if (!(TT.utc ? gmtime_r : localtime_r)(&timeval.tv_sec, &tm)) in hwclock_main()
|
/external/llvm/lib/Support/Unix/ |
D | TimeValue.inc | 27 struct tm *LT = ::localtime_r(&OurTime, &Storage);
|
/external/stressapptest/src/ |
D | logger.cc | 46 localtime_r(&raw_time, &time_struct); in VLogF()
|
/external/pdfium/core/fxcrt/ |
D | cfx_datetime.cpp | 103 localtime_r(&curTime.tv_sec, &st); in Now()
|
/external/libcxx/utils/google-benchmark/src/ |
D | timers.cc | 196 ::localtime_r(&now, &timeinfo); in DateTimeString()
|
/external/google-benchmark/src/ |
D | timers.cc | 196 ::localtime_r(&now, &timeinfo); in DateTimeString()
|