Home
last modified time | relevance | path

Searched refs:gmtime_r (Results 1 – 25 of 101) sorted by relevance

12345

/third_party/ffmpeg/libavutil/
Dtime_internal.h25 #if !HAVE_GMTIME_R && !defined(gmtime_r)
34 #define gmtime_r ff_gmtime_r macro
/third_party/musl/libc-test/src/functionalext/time/
Dgmtime_r.c43 struct tm *gmtm = gmtime_r(&gTime, &res); in gmtime_r_0100()
63 struct tm *gmtm = gmtime_r(&invalid_time, &res); in gmtime_r_0200()
Dtest_src_functionalext_time.gni20 "gmtime_r",
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dprivate.h266 # 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/
Dprivate.h266 # 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/
Dprivate.h266 # 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/
Dtime.h73 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/
Dtime.h73 struct tm *gmtime_r (const time_t *__restrict, struct tm *__restrict);
144 __REDIR(gmtime_r, __gmtime64_r);
/third_party/musl/porting/uniproton/kernel/include/
Dtime.h74 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/
Dtime.h74 struct tm *gmtime_r (const time_t *__restrict, struct tm *__restrict);
145 __REDIR(gmtime_r, __gmtime64_r);
/third_party/musl/include/
Dtime.h75 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/
Dtime.h78 struct tm *gmtime_r (const time_t *__restrict, struct tm *__restrict);
160 __REDIR(gmtime_r, __gmtime64_r);
/third_party/openssl/crypto/
Do_time.c35 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/
Dlos_usr_libc.c361 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/
D21-1-buildonly.c21 dummyvar = gmtime_r; in dummyfcn()
/third_party/musl/compat/time32/
Dgmtime32_r.c6 return gmtime_r(&(time_t){*t}, tm); in __gmtime32_r()
/third_party/musl/porting/linux/user/src/time/
Dgmtime_r.c31 weak_alias(__gmtime_r, gmtime_r);
/third_party/musl/porting/liteos_a/kernel/src/time/
Dgmtime_r.c16 weak_alias(__gmtime_r, gmtime_r);
/third_party/musl/src/time/
Dgmtime_r.c16 weak_alias(__gmtime_r, gmtime_r);
/third_party/tzdata/
Dprivate.h449 # 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/
Dtzdst.c539 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/
Dplatform_util.c109 return( gmtime_r( tt, tm_buf ) ); in mbedtls_platform_gmtime_r()
/third_party/node/deps/cares/m4/
Dcares-reentrant.m483 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/
Dtime.h86 struct tm *gmtime_r(const time_t *__restrict, struct tm *__restrict);
/third_party/musl/libc-test/src/functionalext/supplement/time/
Dgmtime_r_sup.c494 struct tm *gmtm = gmtime_r(&gTime, &res); in gmtime_r_0100()

12345