Searched refs:localtime_r (Results 1 - 25 of 41) sorted by relevance

12

/external/bison/lib/
H A Dtime.in.h62 # undef localtime_r
141 <http://www.opengroup.org/susv3xsh/localtime_r.html> and
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/llvm/lib/Support/Unix/
H A DTimeValue.inc27 struct tm *LT = ::localtime_r(&OurTime, &Storage);
/external/bison/darwin-lib/
H A Dtime.h374 # undef localtime_r macro
453 <http://www.opengroup.org/susv3xsh/localtime_r.html> and
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/linux-lib/
H A Dtime.h374 # undef localtime_r macro
453 <http://www.opengroup.org/susv3xsh/localtime_r.html> and
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/chromium_org/third_party/WebKit/Source/wtf/
H A DGregorianDateTime.cpp65 localtime_r(&localTime, &localTM);
H A DDateMath.cpp122 localtime_r(localTime, localTM);
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_logging.cc106 localtime_r(&t, &local_time);
/external/chromium_org/third_party/leveldatabase/src/util/
H A Dposix_logger.h51 localtime_r(&seconds, &t);
/external/chromium_org/third_party/skia/src/animator/
H A DSkTime.cpp56 localtime_r(&tm, &syst);
/external/skia/src/animator/
H A DSkTime.cpp56 localtime_r(&tm, &syst);
/external/webrtc/src/system_wrappers/source/
H A Dtrace_posix.cc62 localtime_r(&systemTimeHighRes.tv_sec, &buffer);
/external/chromium/base/
H A Dtime_posix.cc86 localtime_r(&seconds, &timestruct);
H A Dpr_time_unittest.cc59 localtime_r(&current_time, &local_time);
H A Dtime_unittest.cc24 localtime_r(&now_t_1, &tms);
H A Dlogging.cc670 localtime_r(&t, &local_time);
/external/chromium_org/base/time/
H A Dpr_time_unittest.cc60 localtime_r(&current_time, &local_time);
H A Dtime_posix.cc64 localtime_r(&t, timestruct);
H A Dtime_unittest.cc62 localtime_r(&now_t_1, &tms);
173 localtime_r(&current_time, &local_time);
/external/srec/srec/EventLog/src/
H A DEventLogImpl.c41 #define localtime_r(clock, result) ((result)->tm_sec = 0, localtime(clock)) macro
239 ct = localtime_r(&timestamp.secs, &ct_r);
478 ct = localtime_r(&timestamp.secs, &ct_r);
/external/mdnsresponder/mDNSPosix/
H A DNetMonitor.c485 localtime_r((time_t*)&tv.tv_sec, &tm);
885 localtime_r((time_t*)&tv_start.tv_sec, &tm);
887 localtime_r((time_t*)&tv_end.tv_sec, &tm);
/external/iptables/utils/
H A Dnfnl_osf.c122 localtime_r((time_t *)&tv.tv_sec, &tm);
/external/chromium/base/third_party/nspr/
H A Dprtime.cc78 /* Implements the Unix localtime_r() function for windows */
80 static void localtime_r(const time_t* secs, struct tm* time) { function
1193 localtime_r(&secs, &localTime);
/external/chromium_org/base/third_party/nspr/
H A Dprtime.cc83 /* Implements the Unix localtime_r() function for windows */
85 static void localtime_r(const time_t* secs, struct tm* time) { function
1199 localtime_r(&secs, &localTime);
/external/chromium_org/third_party/sqlite/src/
H A Dconfigure.ac130 AC_CHECK_FUNCS([usleep fdatasync localtime_r gmtime_r localtime_s])
/external/chromium_org/base/
H A Dlogging.cc699 localtime_r(&t, &local_time);

Completed in 906 milliseconds

12