Home
last modified time | relevance | path

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

/third_party/musl/src/time/
H A Dmktime.c4 time_t mktime(struct tm *tm) in mktime() function
/third_party/musl/porting/liteos_a/kernel/src/time/
H A Dmktime.c4 time_t mktime(struct tm *tm) in mktime() function
/third_party/libwebsockets/lib/tls/mbedtls/
H A Dmbedtls-x509.c41 time_t mktime(struct tm *t) in mktime() function
/third_party/icu/icu4c/source/tools/tzcode/
H A Dprivate.h272 # undef mktime macro
273 # define mktime tz_mktime macro
H A Dlocaltime.c1934 mktime(struct tm *const tmp) in mktime() function
/third_party/python/Lib/
H A Dzipimport.py24 import time # for mktime namespace
/third_party/musl/porting/liteos_m/user/include/
H A Dusr_lib_ops.h106 time_t (*mktime)(struct tm *tmptr); member
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dprivate.h272 # undef mktime macro
273 # define mktime tz_mktime macro
H A Dlocaltime.c1932 mktime(struct tm *const tmp) in mktime() function
/kernel/liteos_m/kal/posix/src/
H A Dtime.c685 time_t mktime(struct tm *tmptr) in mktime() function
/third_party/musl/porting/liteos_m/user/hook/
H A Dlos_usr_libc.c381 time_t mktime(struct tm *tmptr) in mktime() function
/third_party/tzdata/
H A Dprivate.h625 # undef mktime macro
626 # define mktime tz_mktime macro
H A Dlocaltime.c2273 mktime(struct tm *tmp) in mktime() function
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs802 pub fn mktime(arg1: *mut tm) -> time_t; in mktime() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs508 pub fn mktime(a: *mut tm) -> time_t; in mktime() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1251 pub fn mktime(tm: *mut tm) -> time_t; in mktime() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1252 pub fn mktime(tm: *mut tm) -> time_t; in mktime() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3769 pub fn mktime(tm: *mut tm) -> time_t; in mktime() functions

Completed in 37 milliseconds