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

/external/qemu/include/sysemu/
H A Dos-win32.h85 #undef localtime_r macro
86 struct tm *localtime_r(const time_t *timep, struct tm *result);
/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/qemu/util/
H A Doslib-win32.c116 struct tm *localtime_r(const time_t *timep, struct tm *result) function
/external/chromium_org/base/third_party/nspr/
H A Dprtime.cc85 /* Implements the Unix localtime_r() function for windows */
87 static void localtime_r(const time_t* secs, struct tm* time) { function
1241 localtime_r(&secs, &localTime);
/external/srec/srec/EventLog/src/
H A DEventLogImpl.c41 #define localtime_r(clock, result) ((result)->tm_sec = 0, localtime(clock)) macro
240 ct = localtime_r(&timestamp.secs, &ct_r);
490 ct = localtime_r(&timestamp.secs, &ct_r);
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dlocaltime.c1336 localtime_r(timep, tmp) function
1584 return asctime_r(localtime_r(timep, &mytm), buf);
/external/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c1336 localtime_r(timep, tmp) function
1584 return asctime_r(localtime_r(timep, &mytm), buf);

Completed in 3530 milliseconds