Searched refs:gmtime_r (Results 1 - 23 of 23) sorted by relevance

/external/bison/lib/
H A Dtime.in.h61 # undef gmtime_r
142 <http://www.opengroup.org/susv3xsh/gmtime_r.html>. */
168 # undef gmtime_r
169 # define gmtime_r rpl_gmtime_r
171 _GL_FUNCDECL_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer,
174 _GL_CXXALIAS_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer,
178 _GL_FUNCDECL_SYS (gmtime_r, struct tm *, (time_t const *restrict __timer,
182 _GL_CXXALIAS_SYS (gmtime_r, struct tm *, (time_t const *restrict __timer,
186 _GL_CXXALIASWARN (gmtime_r);
/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/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/boringssl/src/crypto/
H A Dtime_support.c59 #define _BSD_SOURCE /* for gmtime_r */
73 return gmtime_r(time, result);
/external/qemu/util/
H A Doslib-win32.c104 struct tm *gmtime_r(const time_t *timep, struct tm *result) function
/external/openssl/crypto/
H A Do_time.c85 #if defined(OPENSSL_THREADS) && !defined(OPENSSL_SYS_WIN32) && !defined(OPENSSL_SYS_OS2) && (!defined(OPENSSL_SYS_VMS) || defined(gmtime_r)) && !defined(OPENSSL_SYS_MACOSX) && !defined(OPENSSL_SYS_SUNOS)
88 gmtime_r(timer,result);
148 /* Since there was no gmtime_r() to do this stuff for us,
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dloslib.c64 ** where it uses gmtime_r/localtime_r
68 #define l_gmtime(t,r) gmtime_r(t,r)
/external/chromium_org/base/time/
H A Dtime_posix.cc80 gmtime_r(&t, timestruct);
/external/e2fsprogs/e2fsck/
H A Dlogfile.c78 tm = (*flags & FLAG_UTC) ? gmtime_r(&ctx->now, &tm_struct) :
/external/chromium_org/content/zygote/
H A Dzygote_main_linux.cc221 g_libc_localtime_r = gmtime_r;
/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/third_party/sqlite/src/src/
H A Ddate.c1047 gmtime_r(&t, &sNow);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc611 INTERCEPTOR(__sanitizer_tm *, gmtime_r, unsigned long *timep, void *result) {
613 COMMON_INTERCEPTOR_ENTER(ctx, gmtime_r, timep, result);
614 __sanitizer_tm *res = REAL(gmtime_r)(timep, result);
691 COMMON_INTERCEPT_FUNCTION(gmtime_r); \
/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
/external/chromium_org/third_party/libevent/
H A Dhttp.c434 gmtime_r(&t, &cur);
/external/chromium_org/third_party/libxslt/libexslt/
H A Ddate.c779 gmtime_r(&secs, &gmTm);
/external/wpa_supplicant_8/hs20/server/
H A Dspp_server.c537 gmtime_r(&now, &tm);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c13896 gmtime_r(&t, &sNow);
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c15688 pTm = gmtime_r(&t, &sNow);
[all...]
/external/sqlite/dist/
H A Dsqlite3.c15688 pTm = gmtime_r(&t, &sNow);
[all...]

Completed in 9510 milliseconds