/external/bison/lib/ |
D | time.in.h | 62 # 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/ |
D | time.h | 374 # 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/ |
D | time.h | 374 # 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/ |
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);
|
D | localtime.c | 1343 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/ |
D | touch.c | 48 localtime_r(&(ts->tv_sec), &tm); 60 localtime_r(&(ts->tv_sec), &tm);
|
D | date.c | 125 ((toys.optflags & FLAG_u) ? gmtime_r : localtime_r)(&now, &tm); in date_main()
|
/external/google-breakpad/src/processor/ |
D | logging.cc | 63 localtime_r(&clock, &tm_struct); in LogStream()
|
/external/skia/src/animator/ |
D | SkTime.cpp | 50 localtime_r(&tm, &syst); in GetDateTime()
|
/external/webrtc/src/system_wrappers/source/ |
D | trace_posix.cc | 66 localtime_r(&systemTimeHighRes.tv_sec, &buffer); in AddTime()
|
/external/toybox/toys/pending/ |
D | hwclock.c | 103 || (TT.utc ? gmtime_r : localtime_r)(&timeval.tv_sec, &tm)) goto bad; in hwclock_main()
|
D | bootchartd.c | 220 localtime_r(&t, &st); in stop_logging()
|
/external/llvm/lib/Support/Unix/ |
D | TimeValue.inc | 27 struct tm *LT = ::localtime_r(&OurTime, &Storage);
|
/external/libexif/ |
D | config.h.in | 23 /* Define to 1 if you have the `localtime_r' function. */
|
D | configure.ac | 193 AC_CHECK_FUNCS(localtime_r)
|
/external/e2fsprogs/e2fsck/ |
D | logfile.c | 79 localtime_r(&ctx->now, &tm_struct); in expand_percent_expression()
|
/external/mdnsresponder/mDNSPosix/ |
D | NetMonitor.c | 485 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/ |
D | nfnl_osf.c | 122 localtime_r((time_t *)&tv.tv_sec, &tm); in ulog()
|
/external/compiler-rt/lib/dfsan/ |
D | done_abilist.txt | 171 fun:localtime_r=custom
|
D | dfsan_custom.cc | 618 struct tm *ret = localtime_r(timep, result); in __dfsw_localtime_r()
|
/external/icu/icu4c/source/common/ |
D | putil.cpp | 1093 localtime_r(&juneSolstice, &juneSol); in uprv_tzname() 1094 localtime_r(&decemberSolstice, &decemberSol); in uprv_tzname()
|
/external/compiler-rt/test/dfsan/ |
D | custom.cc | 553 struct tm* ret = localtime_r(&t0, &t1); in test_localtime_r()
|
/external/mdnsresponder/Clients/ |
D | dns-sd.c | 329 localtime_r((time_t*)&tv.tv_sec, &tm); in printtimestamp()
|
/external/icu/icu4c/source/test/depstest/ |
D | dependencies.txt | 69 gettimeofday localtime_r tzname tzset __timezone
|
/external/linux-tools-perf/src/tools/perf/ |
D | builtin-kvm.c | 726 if (localtime_r(&tv.tv_sec, <ime)) { in show_timeofday()
|