/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/crosvm/sys_util/src/linux/ |
D | syslog.rs | 16 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/ |
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/ImageMagick/MagickCore/ |
D | timer-private.h | 44 (void) localtime_r(timep,result); in GetMagickLocaltime()
|
/external/google-breakpad/src/processor/ |
D | logging.cc | 59 localtime_r(&clock, &tm_struct); in LogStream()
|
/external/libchrome/base/time/ |
D | time_exploded_posix.cc | 99 localtime_r(&t, timestruct); in SysTimeToTimeStruct() 118 localtime_r(&t, timestruct); in SysTimeToTimeStruct()
|
/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/toybox/toys/other/ |
D | hwclock.c | 60 if (!(utc ? gmtime_r : localtime_r)(&timeval.tv_sec, &tm))
|
D | rtcwake.c | 95 if (!(utc ? gmtime_r : localtime_r)(&then, (void *)&alarm->time)) in rtcwake_main()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gpr/ |
D | log_linux.cc | 88 if (!localtime_r(&timer, &tm)) { in gpr_default_log()
|
D | log_posix.cc | 84 if (!localtime_r(&timer, &tm)) { in gpr_default_log()
|
/external/openssh/openbsd-compat/ |
D | bsd-misc.h | 184 struct tm *localtime_r(const time_t *, struct tm *);
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/m4/ |
D | cares-reentrant.m4 | 116 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/ |
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/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Chrono.cpp | 30 struct tm *LT = ::localtime_r(&OurTime, &Storage); in getStructTM()
|
/external/llvm-project/llvm/lib/Support/ |
D | Chrono.cpp | 30 struct tm *LT = ::localtime_r(&OurTime, &Storage); in getStructTM()
|
/external/libbrillo/brillo/daemons/ |
D | daemon.cc | 132 CHECK_EQ(localtime_r(&utime, &tm), &tm); in GetTimeAsLogString()
|
/external/libcups/vcnet/ |
D | config.h | 54 #define localtime_r(t,tm) localtime_s(tm,t) macro
|
/external/llvm/lib/Support/Unix/ |
D | TimeValue.inc | 27 struct tm *LT = ::localtime_r(&OurTime, &Storage);
|
/external/rust/crates/chrono/src/sys/ |
D | unix.rs | 84 if libc::localtime_r(&sec, &mut out).is_null() { in time_to_local_tm()
|
/external/pdfium/core/fxcrt/ |
D | cfx_datetime.cpp | 109 localtime_r(&curTime.tv_sec, &st); in Now()
|
/external/stressapptest/src/ |
D | logger.cc | 46 localtime_r(&raw_time, &time_struct); in VLogF()
|