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

/external/qemu/include/sysemu/
H A Dos-win32.h83 #undef gmtime_r macro
84 struct tm *gmtime_r(const time_t *timep, struct tm *result);
/external/bison/darwin-lib/
H A Dtime.h373 # undef gmtime_r macro
454 <http://www.opengroup.org/susv3xsh/gmtime_r.html>. */
480 # undef gmtime_r
481 # define gmtime_r rpl_gmtime_r
483 _GL_FUNCDECL_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer,
486 _GL_CXXALIAS_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer,
490 _GL_FUNCDECL_SYS (gmtime_r, struct tm *, (time_t const *restrict __timer,
494 _GL_CXXALIAS_SYS (gmtime_r, struct tm *, (time_t const *restrict __timer,
498 _GL_CXXALIASWARN (gmtime_r);
/external/bison/linux-lib/
H A Dtime.h373 # undef gmtime_r macro
454 <http://www.opengroup.org/susv3xsh/gmtime_r.html>. */
480 # undef gmtime_r
481 # define gmtime_r rpl_gmtime_r
483 _GL_FUNCDECL_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer,
486 _GL_CXXALIAS_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer,
490 _GL_FUNCDECL_SYS (gmtime_r, struct tm *, (time_t const *restrict __timer,
494 _GL_CXXALIAS_SYS (gmtime_r, struct tm *, (time_t const *restrict __timer,
498 _GL_CXXALIASWARN (gmtime_r);
/external/qemu/util/
H A Doslib-win32.c104 struct tm *gmtime_r(const time_t *timep, struct tm *result) function
/external/chromium_org/third_party/webrtc/base/
H A Dtimeutils.cc115 // Emulate POSIX gmtime_r().
116 static struct tm *gmtime_r(const time_t *timep, struct tm *result) { function in namespace:rtc
134 gmtime_r(&secs, tm);
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dlocaltime.c1398 gmtime_r(timep, tmp) function
/external/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c1398 gmtime_r(timep, tmp) function

Completed in 444 milliseconds