/third_party/ffmpeg/libavutil/ |
D | time_internal.h | 25 #if !HAVE_GMTIME_R && !defined(gmtime_r) 34 #define gmtime_r ff_gmtime_r macro
|
/third_party/musl/libc-test/src/functionalext/time/ |
D | gmtime_r.c | 43 struct tm *gmtm = gmtime_r(&gTime, &res); in gmtime_r_0100() 63 struct tm *gmtm = gmtime_r(&invalid_time, &res); in gmtime_r_0200()
|
D | test_src_functionalext_time.gni | 20 "gmtime_r",
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/ |
D | private.h | 266 # undef gmtime_r 267 # define gmtime_r tz_gmtime_r macro 285 struct tm *gmtime_r(time_t const *restrict, struct tm *restrict);
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | private.h | 266 # undef gmtime_r 267 # define gmtime_r tz_gmtime_r macro 285 struct tm *gmtime_r(time_t const *restrict, struct tm *restrict);
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | private.h | 266 # undef gmtime_r 267 # define gmtime_r tz_gmtime_r macro 285 struct tm *gmtime_r(time_t const *restrict, struct tm *restrict);
|
/third_party/musl/ndk_musl_include/ |
D | time.h | 73 struct tm *gmtime_r (const time_t *__restrict, struct tm *__restrict); 142 __REDIR(gmtime_r, __gmtime64_r);
|
/third_party/musl/porting/liteos_m/user/include/ |
D | time.h | 73 struct tm *gmtime_r (const time_t *__restrict, struct tm *__restrict); 144 __REDIR(gmtime_r, __gmtime64_r);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | time.h | 74 struct tm *gmtime_r (const time_t *__restrict, struct tm *__restrict); 145 __REDIR(gmtime_r, __gmtime64_r);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | time.h | 74 struct tm *gmtime_r (const time_t *__restrict, struct tm *__restrict); 145 __REDIR(gmtime_r, __gmtime64_r);
|
/third_party/musl/include/ |
D | time.h | 75 struct tm *gmtime_r (const time_t *__restrict, struct tm *__restrict); 146 __REDIR(gmtime_r, __gmtime64_r);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | time.h | 78 struct tm *gmtime_r (const time_t *__restrict, struct tm *__restrict); 160 __REDIR(gmtime_r, __gmtime64_r);
|
/third_party/openssl/crypto/ |
D | o_time.c | 35 if (gmtime_r(timer, ts2) == NULL) in OPENSSL_gmtime() 41 if (gmtime_r(timer, result) == NULL) in OPENSSL_gmtime()
|
/third_party/musl/porting/liteos_m/user/hook/ |
D | los_usr_libc.c | 361 struct tm *gmtime_r(const time_t *timep, struct tm *result) in gmtime_r() function 363 return g_usrLibc->gmtime_r(timep, result); in gmtime_r() 368 return gmtime_r(timer, NULL); in gmtime()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/ |
D | 21-1-buildonly.c | 21 dummyvar = gmtime_r; in dummyfcn()
|
/third_party/musl/compat/time32/ |
D | gmtime32_r.c | 6 return gmtime_r(&(time_t){*t}, tm); in __gmtime32_r()
|
/third_party/musl/porting/linux/user/src/time/ |
D | gmtime_r.c | 31 weak_alias(__gmtime_r, gmtime_r);
|
/third_party/musl/porting/liteos_a/kernel/src/time/ |
D | gmtime_r.c | 16 weak_alias(__gmtime_r, gmtime_r);
|
/third_party/musl/src/time/ |
D | gmtime_r.c | 16 weak_alias(__gmtime_r, gmtime_r);
|
/third_party/tzdata/ |
D | private.h | 449 # undef gmtime_r 450 # define gmtime_r tz_gmtime_r macro 520 struct tm *gmtime_r(time_t const *restrict, struct tm *restrict);
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
D | tzdst.c | 539 if (gmtime_r(&seconds, &time) == NULL) { in CheckWithinDstPeriod() 628 if ((gmtime_r(&dstStart, pstDstStart) == NULL) || (gmtime_r(&dstEnd, pstDstEnd) == NULL)) { in dst_inquire()
|
/third_party/mbedtls/library/ |
D | platform_util.c | 109 return( gmtime_r( tt, tm_buf ) ); in mbedtls_platform_gmtime_r()
|
/third_party/node/deps/cares/m4/ |
D | cares-reentrant.m4 | 83 dnl makes function gmtime_r compiler visible. 87 AC_LANG_FUNC_LINK_TRY([gmtime_r]) 94 AC_EGREP_CPP([gmtime_r],[ 100 AC_EGREP_CPP([gmtime_r],[
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | time.h | 86 struct tm *gmtime_r(const time_t *__restrict, struct tm *__restrict);
|
/third_party/musl/libc-test/src/functionalext/supplement/time/ |
D | gmtime_r_sup.c | 494 struct tm *gmtm = gmtime_r(&gTime, &res); in gmtime_r_0100()
|