HomeSort by relevance Sort by last modified time
    Searched defs:localtime_r (Results 1 - 9 of 9) sorted by null

  /external/bison/darwin-lib/
time.h 374 # 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/
time.h 374 # 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);
  /bionic/libc/tzcode/
private.h 249 # undef localtime_r macro
250 # define localtime_r tz_localtime_r macro
266 struct tm *localtime_r(time_t const *restrict, struct tm *restrict);
localtime.c 1370 localtime_r(const time_t * const timep, struct tm * tmp) function
    [all...]
  /external/chromium/base/third_party/nspr/
prtime.cc 78 /* Implements the Unix localtime_r() function for windows */
80 static void localtime_r(const time_t* secs, struct tm* time) { function
    [all...]
  /external/chromium_org/base/third_party/nspr/
prtime.cc 83 /* Implements the Unix localtime_r() function for windows */
85 static void localtime_r(const time_t* secs, struct tm* time) { function
    [all...]
  /external/srec/srec/EventLog/src/
EventLogImpl.c 41 #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/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c 1336 localtime_r(timep, tmp) function
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 1336 localtime_r(timep, tmp) function
    [all...]

Completed in 1412 milliseconds