Home
last modified time | relevance | path

Searched defs:mktime (Results 1 – 18 of 18) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/time/
Dmktime.c4 time_t mktime(struct tm *tm) in mktime() function
/third_party/musl/src/time/
Dmktime.c4 time_t mktime(struct tm *tm) in mktime() function
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-x509.c41 time_t mktime(struct tm *t) in mktime() function
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dprivate.h273 # define mktime tz_mktime macro
Dlocaltime.c1932 mktime(struct tm *const tmp) in mktime() function
/third_party/icu/icu4c/source/tools/tzcode/
Dprivate.h273 # define mktime tz_mktime macro
Dlocaltime.c1932 mktime(struct tm *const tmp) in mktime() function
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dprivate.h273 # define mktime tz_mktime macro
Dlocaltime.c1932 mktime(struct tm *const tmp) in mktime() function
/third_party/musl/porting/liteos_m/user/include/
Dusr_lib_ops.h106 time_t (*mktime)(struct tm *tmptr); member
/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c381 time_t mktime(struct tm *tmptr) in mktime() function
/third_party/tzdata/
Dprivate.h458 # define mktime tz_mktime macro
Dlocaltime.c2255 mktime(struct tm *tmp) in mktime() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs1251 pub fn mktime(tm: *mut tm) -> time_t; in mktime() function
/third_party/rust/crates/libc/src/
Dwasi.rs508 pub fn mktime(a: *mut tm) -> time_t; in mktime() function
/third_party/rust/crates/libc/src/solid/
Dmod.rs802 pub fn mktime(arg1: *mut tm) -> time_t; in mktime() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1252 pub fn mktime(tm: *mut tm) -> time_t; in mktime() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3769 pub fn mktime(tm: *mut tm) -> time_t; in mktime() function