/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);
|
/external/fmtlib/fmt/ |
D | time.h | 59 inline Null<> localtime_r(...) { return Null<>(); } in localtime_r() function 75 return handle(localtime_r(&time_, &tm_)); in 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/v8/src/base/platform/ |
D | platform-macos.cc | 106 struct tm* t = localtime_r(&tv, &tm); in LocalTimezone() 115 struct tm* t = localtime_r(&tv, &tm); in LocalTimeOffset()
|
D | platform-freebsd.cc | 43 struct tm* t = localtime_r(&tv, &tm); in LocalTimezone() 52 struct tm* t = localtime_r(&tv, &tm); in LocalTimeOffset()
|
D | platform-cygwin.cc | 33 struct tm* t = localtime_r(&tv, &tm); in LocalTimezone() 44 struct tm* loc = localtime_r(&utc, &tm); in LocalTimeOffset()
|
D | platform-aix.cc | 50 struct tm* t = localtime_r(&tv, &tm); in LocalTimezone() 61 struct tm* loc = localtime_r(&utc, &tm); in LocalTimeOffset()
|
D | platform-openbsd.cc | 41 struct tm* t = localtime_r(&tv, &tm); in LocalTimezone() 50 struct tm* t = localtime_r(&tv, &tm); in LocalTimeOffset()
|
D | platform-qnx.cc | 92 struct tm* t = localtime_r(&tv, &tm); in LocalTimezone() 101 struct tm* t = localtime_r(&tv, &tm); in LocalTimeOffset()
|
D | platform-linux.cc | 98 struct tm* t = localtime_r(&tv, &tm); in LocalTimezone() 106 struct tm* t = localtime_r(&tv, &tm); in LocalTimeOffset()
|
/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/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/ltp/testcases/kernel/fs/dmapi/ |
D | dm_test.c | 184 pDT = (struct tm *)localtime_r(&tv.tv_sec, &sDT); in dm_StartLogging() 238 pDT = (struct tm *)localtime_r(&tv.tv_sec, &sDT); in dm_StopLogging()
|
/external/toybox/toys/other/ |
D | hwclock.c | 103 if (!(TT.utc ? gmtime_r : localtime_r)(&timeval.tv_sec, &tm)) in hwclock_main()
|
/external/toybox/toys/posix/ |
D | touch.c | 76 localtime_r(&(ts->tv_sec), &tm);
|
D | date.c | 184 ((toys.optflags & FLAG_u) ? gmtime_r : localtime_r)(&ts.tv_sec, &tm); in date_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/libcxx/utils/google-benchmark/src/ |
D | timers.cc | 173 ::localtime_r(&now, &timeinfo); in DateTimeString()
|