Home
last modified time | relevance | path

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

12

/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);
Dlocaltime.c1343 localtime_r(const time_t *const timep, struct tm *tmp) in localtime_r() function
1561 return asctime_r(localtime_r(timep, &mytm), buf); in ctime_r()
/external/toybox/toys/posix/
Dtouch.c48 localtime_r(&(ts->tv_sec), &tm);
60 localtime_r(&(ts->tv_sec), &tm);
Ddate.c125 ((toys.optflags & FLAG_u) ? gmtime_r : localtime_r)(&now, &tm); in date_main()
/external/google-breakpad/src/processor/
Dlogging.cc63 localtime_r(&clock, &tm_struct); in LogStream()
/external/skia/src/animator/
DSkTime.cpp50 localtime_r(&tm, &syst); in GetDateTime()
/external/webrtc/src/system_wrappers/source/
Dtrace_posix.cc66 localtime_r(&systemTimeHighRes.tv_sec, &buffer); in AddTime()
/external/toybox/toys/pending/
Dhwclock.c103 || (TT.utc ? gmtime_r : localtime_r)(&timeval.tv_sec, &tm)) goto bad; in hwclock_main()
Dbootchartd.c220 localtime_r(&t, &st); in stop_logging()
/external/llvm/lib/Support/Unix/
DTimeValue.inc27 struct tm *LT = ::localtime_r(&OurTime, &Storage);
/external/libexif/
Dconfig.h.in23 /* Define to 1 if you have the `localtime_r' function. */
Dconfigure.ac193 AC_CHECK_FUNCS(localtime_r)
/external/e2fsprogs/e2fsck/
Dlogfile.c79 localtime_r(&ctx->now, &tm_struct); in expand_percent_expression()
/external/mdnsresponder/mDNSPosix/
DNetMonitor.c485 localtime_r((time_t*)&tv.tv_sec, &tm); in DisplayPacketHeader()
885 localtime_r((time_t*)&tv_start.tv_sec, &tm); in mDNSNetMonitor()
887 localtime_r((time_t*)&tv_end.tv_sec, &tm); in mDNSNetMonitor()
/external/iptables/utils/
Dnfnl_osf.c122 localtime_r((time_t *)&tv.tv_sec, &tm); in ulog()
/external/compiler-rt/lib/dfsan/
Ddone_abilist.txt171 fun:localtime_r=custom
Ddfsan_custom.cc618 struct tm *ret = localtime_r(timep, result); in __dfsw_localtime_r()
/external/icu/icu4c/source/common/
Dputil.cpp1093 localtime_r(&juneSolstice, &juneSol); in uprv_tzname()
1094 localtime_r(&decemberSolstice, &decemberSol); in uprv_tzname()
/external/compiler-rt/test/dfsan/
Dcustom.cc553 struct tm* ret = localtime_r(&t0, &t1); in test_localtime_r()
/external/mdnsresponder/Clients/
Ddns-sd.c329 localtime_r((time_t*)&tv.tv_sec, &tm); in printtimestamp()
/external/icu/icu4c/source/test/depstest/
Ddependencies.txt69 gettimeofday localtime_r tzname tzset __timezone
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-kvm.c726 if (localtime_r(&tv.tv_sec, &ltime)) { in show_timeofday()

12