Home
last modified time | relevance | path

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

123

/third_party/ffmpeg/libavutil/
H A 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/
H A Dgmtime_r.c43 struct tm *gmtm = gmtime_r(&gTime, &res); in gmtime_r_0100()
56 * @tc.desc : test gmtime_r() with invalid input paramter
63 struct tm *gmtm = gmtime_r(&invalid_time, &res); in gmtime_r_0200()
/third_party/icu/icu4c/source/tools/tzcode/
H A Dprivate.h266 # undef gmtime_r macro
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/
H A Dprivate.h266 # undef gmtime_r macro
267 # define gmtime_r tz_gmtime_r macro
285 struct tm *gmtime_r(time_t const *restrict, struct tm *restrict);
/third_party/musl/porting/uniproton/kernel/include/
H A 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/user/include/
H A Dtime.h73 struct tm *gmtime_r (const time_t *__restrict, struct tm *__restrict);
144 __REDIR(gmtime_r, __gmtime64_r);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtime.h74 struct tm *gmtime_r (const time_t *__restrict, struct tm *__restrict);
145 __REDIR(gmtime_r, __gmtime64_r);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dtime.h78 struct tm *gmtime_r (const time_t *__restrict, struct tm *__restrict);
160 __REDIR(gmtime_r, __gmtime64_r);
/third_party/musl/include/
H A Dtime.h75 struct tm *gmtime_r (const time_t *__restrict, struct tm *__restrict);
147 __REDIR(gmtime_r, __gmtime64_r);
/third_party/node/deps/openssl/openssl/crypto/
H A Do_time.c21 * On VMS, gmtime_r() takes a 32-bit pointer as second argument. in OPENSSL_gmtime()
35 if (gmtime_r(timer, ts2) == NULL) in OPENSSL_gmtime()
41 if (gmtime_r(timer, result) == NULL) in OPENSSL_gmtime()
/third_party/openssl/crypto/
H A Do_time.c21 * On VMS, gmtime_r() takes a 32-bit pointer as second argument. in OPENSSL_gmtime()
35 if (gmtime_r(timer, ts2) == NULL) in OPENSSL_gmtime()
41 if (gmtime_r(timer, result) == NULL) in OPENSSL_gmtime()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
H A D21-1-buildonly.c10 struct tm *gmtime_r(const time_t *, struct tm *);
21 dummyvar = gmtime_r; in dummyfcn()
/third_party/musl/compat/time32/
H A Dgmtime32_r.c6 return gmtime_r(&(time_t){*t}, tm); in __gmtime32_r()
/third_party/musl/porting/linux/user/src/time/
H A Dgmtime_r.c31 weak_alias(__gmtime_r, gmtime_r)
/third_party/musl/src/time/
H A Dgmtime_r.c16 weak_alias(__gmtime_r, gmtime_r);
/third_party/musl/porting/liteos_a/kernel/src/time/
H A Dgmtime_r.c16 weak_alias(__gmtime_r, gmtime_r);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dtime.h86 struct tm *gmtime_r(const time_t *__restrict, struct tm *__restrict);
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A 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/musl/porting/liteos_m/user/hook/
H A 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/tzdata/
H A Dprivate.h617 # undef gmtime_r macro
618 # define gmtime_r tz_gmtime_r macro
693 struct tm *gmtime_r(time_t const *restrict, struct tm *restrict);
/third_party/skia/src/core/
H A DSkTime.cpp57 gmtime_r(&m_time, &tstruct); in GetDateTime()
/third_party/mbedtls/library/
H A Dplatform_util.c10 * Ensure gmtime_r is available even with -std=c99; must be defined before
188 return gmtime_r(tt, tm_buf); in mbedtls_platform_gmtime_r()
/third_party/libwebsockets/lib/roles/http/
H A Ddate.c58 struct tm *tm = gmtime_r(t, &tmp); in lws_http_date_render_from_unix()
/third_party/musl/libc-test/src/api/
H A Dtime.c63 {struct tm*(*p)(const time_t*restrict,struct tm*restrict) = gmtime_r;} in f()
/third_party/musl/libc-test/src/common/
H A Dtest.h66 #define __gmtime64_r gmtime_r

Completed in 10 milliseconds

123