Home
last modified time | relevance | path

Searched defs:gmtime_r (Results 1 - 15 of 15) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dtime_internal.h34 #define gmtime_r ff_gmtime_r macro
/third_party/icu/icu4c/source/tools/tzcode/
H A Dprivate.h266 # undef gmtime_r macro
267 # define gmtime_r tz_gmtime_r macro
H A Dlocaltime.c1391 gmtime_r(const time_t *const timep, struct tm *tmp) in gmtime_r() function
/third_party/musl/porting/liteos_m/user/include/
H A Dusr_lib_ops.h104 struct tm *(*gmtime_r)(const time_t *timep, struct tm *result); member
/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
H A Dlocaltime.c1389 gmtime_r(const time_t *const timep, struct tm *tmp) in gmtime_r() function
/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
/third_party/tzdata/
H A Dzdump.c186 # undef gmtime_r macro
187 # define gmtime_r zdump_gmtime_r macro
190 gmtime_r(time_t *tp, struct tm *tmp) in gmtime_r() function
H A Dprivate.h617 # undef gmtime_r macro
618 # define gmtime_r tz_gmtime_r macro
H A Dlocaltime.c1658 gmtime_r(time_t const *restrict timep, struct tm *restrict tmp) in gmtime_r() function
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs812 pub fn gmtime_r(arg1: *const time_t, arg2: *mut tm) -> *mut tm; in gmtime_r() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs511 pub fn gmtime_r(a: *const time_t, b: *mut tm) -> *mut tm; in gmtime_r() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1239 pub fn gmtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm; in gmtime_r() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1250 pub fn gmtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm; in gmtime_r() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3767 pub fn gmtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm; in gmtime_r() functions

Completed in 49 milliseconds