Searched defs:localtime_r (Results 1 - 7 of 7) sorted by relevance

/external/mdnsresponder/mDNSWindows/
H A DPosixCompat.c124 localtime_r( const time_t * clock, struct tm * result ) function
/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/fmtlib/fmt/
H A Dtime.h59 inline Null<> localtime_r(...) { return Null<>(); } function in namespace:fmt::internal
75 return handle(localtime_r(&time_, &tm_));
/external/icu/icu4c/source/tools/tzcode/
H A Dprivate.h270 # undef localtime_r macro
271 # define localtime_r tz_localtime_r macro
287 struct tm *localtime_r(time_t const *restrict, struct tm *restrict);
H A Dlocaltime.c1343 localtime_r(const time_t *const timep, struct tm *tmp) function
1561 return asctime_r(localtime_r(timep, &mytm), buf);
/external/libchrome/base/third_party/nspr/
H A Dprtime.cc96 /* Implements the Unix localtime_r() function for windows */
98 static void localtime_r(const time_t* secs, struct tm* time) { function
1175 localtime_r(&secs, &localTime);

Completed in 270 milliseconds