/external/bison/lib/ |
D | time.in.h | 61 # undef gmtime_r 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/bison/linux-lib/ |
D | time.h | 373 # undef gmtime_r 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/darwin-lib/ |
D | time.h | 373 # undef gmtime_r 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/include/sysemu/ |
D | os-win32.h | 83 #undef gmtime_r 84 struct tm *gmtime_r(const time_t *timep, struct tm *result);
|
/external/chromium_org/third_party/webrtc/base/ |
D | timeutils.cc | 116 static struct tm *gmtime_r(const time_t *timep, struct tm *result) { in gmtime_r() function 134 gmtime_r(&secs, tm); in CurrentTmTime()
|
/external/openssl/crypto/ |
D | o_time.c | 85 …) && !defined(OPENSSL_SYS_OS2) && (!defined(OPENSSL_SYS_VMS) || defined(gmtime_r)) && !defined(OPE… in OPENSSL_gmtime() 88 gmtime_r(timer,result); in OPENSSL_gmtime()
|
/external/qemu/util/ |
D | oslib-win32.c | 104 struct tm *gmtime_r(const time_t *timep, struct tm *result) in gmtime_r() function
|
/external/chromium_org/third_party/boringssl/src/crypto/ |
D | time_support.c | 73 return gmtime_r(time, result); in OPENSSL_gmtime()
|
/external/llvm/test/CodeGen/X86/ |
D | 2008-04-17-CoalescerBug.ll | 92 %tmp156.i85398700 = invoke %struct.tm* @gmtime_r( i32* null, %struct.tm* null ) 167 declare %struct.tm* @gmtime_r(i32*, %struct.tm*)
|
/external/chromium_org/third_party/sqlite/src/ |
D | config.h.in | 9 /* Define to 1 if you have the `gmtime_r' function. */
|
D | configure.ac | 130 AC_CHECK_FUNCS([usleep fdatasync localtime_r gmtime_r localtime_s])
|
/external/chromium_org/third_party/skia/third_party/lua/src/ |
D | loslib.c | 68 #define l_gmtime(t,r) gmtime_r(t,r)
|
/external/chromium_org/base/time/ |
D | time_posix.cc | 80 gmtime_r(&t, timestruct); in SysTimeToTimeStruct()
|
/external/e2fsprogs/e2fsck/ |
D | logfile.c | 78 tm = (*flags & FLAG_UTC) ? gmtime_r(&ctx->now, &tm_struct) : in expand_percent_expression()
|
/external/chromium_org/content/zygote/ |
D | zygote_main_linux.cc | 221 g_libc_localtime_r = gmtime_r; in InitLibcLocaltimeFunctions()
|
/external/chromium_org/third_party/sqlite/src/src/ |
D | date.c | 1047 gmtime_r(&t, &sNow); in currentTimeFunc()
|
/external/icu/icu4c/source/tools/tzcode/ |
D | localtime.c | 1398 gmtime_r(timep, tmp) in gmtime_r() function
|
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
D | localtime.c | 1398 gmtime_r(timep, tmp) in gmtime_r() function
|
/external/chromium_org/third_party/libevent/ |
D | http.c | 434 gmtime_r(&t, &cur); in evhttp_maybe_add_date_header()
|
/external/wpa_supplicant_8/hs20/server/ |
D | spp_server.c | 537 gmtime_r(&now, &tm); in add_creation_date()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 611 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/libxslt/libexslt/ |
D | date.c | 779 gmtime_r(&secs, &gmTm); in exsltDateCurrent()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1204_abilist.txt | 2230 fun:gmtime_r=uninstrumented
|
/external/chromium_org/third_party/sqlite/amalgamation/ |
D | sqlite3.c | 13896 gmtime_r(&t, &sNow); in currentTimeFunc()
|
/external/sqlite/dist/ |
D | sqlite3.c | 15680 pTm = gmtime_r(&t, &sNow); in currentTimeFunc()
|