Home
last modified time | relevance | path

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

12345

/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/crosvm/sys_util/src/linux/
Dsyslog.rs16 closelog, fcntl, localtime_r, openlog, time, time_t, tm, F_GETFD, LOG_NDELAY, LOG_PERROR,
177 localtime_r(&now, &mut tm as *mut _); in get_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/ImageMagick/MagickCore/
Dtimer-private.h44 (void) localtime_r(timep,result); in GetMagickLocaltime()
/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.cc59 localtime_r(&clock, &tm_struct); in LogStream()
/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/toybox/toys/other/
Dhwclock.c60 if (!(utc ? gmtime_r : localtime_r)(&timeval.tv_sec, &tm))
Drtcwake.c95 if (!(utc ? gmtime_r : localtime_r)(&then, (void *)&alarm->time)) in rtcwake_main()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gpr/
Dlog_linux.cc88 if (!localtime_r(&timer, &tm)) { in gpr_default_log()
Dlog_posix.cc84 if (!localtime_r(&timer, &tm)) { in gpr_default_log()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/m4/
Dcares-reentrant.m4116 dnl makes function localtime_r compiler visible.
120 AC_LANG_FUNC_LINK_TRY([localtime_r])
127 AC_EGREP_CPP([localtime_r],[
133 AC_EGREP_CPP([localtime_r],[
/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/openssh/openbsd-compat/
Dbsd-misc.h184 struct tm *localtime_r(const time_t *, struct tm *);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DChrono.cpp30 struct tm *LT = ::localtime_r(&OurTime, &Storage); in getStructTM()
/external/llvm-project/llvm/lib/Support/
DChrono.cpp30 struct tm *LT = ::localtime_r(&OurTime, &Storage); in getStructTM()
/external/libbrillo/brillo/daemons/
Ddaemon.cc132 CHECK_EQ(localtime_r(&utime, &tm), &tm); in GetTimeAsLogString()
/external/libcups/vcnet/
Dconfig.h54 #define localtime_r(t,tm) localtime_s(tm,t) macro
/external/llvm/lib/Support/Unix/
DTimeValue.inc27 struct tm *LT = ::localtime_r(&OurTime, &Storage);
/external/pdfium/core/fxcrt/
Dcfx_datetime.cpp109 localtime_r(&curTime.tv_sec, &st); in Now()
/external/rust/crates/chrono/src/sys/
Dunix.rs84 if libc::localtime_r(&sec, &mut out).is_null() { in time_to_local_tm()
/external/stressapptest/src/
Dlogger.cc46 localtime_r(&raw_time, &time_struct); in VLogF()

12345