Home
last modified time | relevance | path

Searched defs:time_t (Results 1 – 25 of 47) sorted by relevance

12

/third_party/rust/crates/libc/src/unix/nto/
Daarch64.rs5 pub type time_t = i64; typedef
Dx86_64.rs5 pub type time_t = i64; typedef
/third_party/rust/crates/libc/src/unix/haiku/
Db64.rs3 pub type time_t = i64; typedef
Db32.rs3 pub type time_t = i32; typedef
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dx86.rs5 pub type time_t = i32; typedef
Dpowerpc.rs5 pub type time_t = i64; typedef
Dpowerpc64.rs5 pub type time_t = i64; typedef
Darm.rs5 pub type time_t = i64; typedef
Driscv64.rs5 pub type time_t = i64; typedef
Daarch64.rs5 pub type time_t = i64; typedef
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/
Dmod.rs12 pub type time_t = i64; typedef
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dprivate.h277 # define time_t tz_time_t macro
279 typedef time_tz time_t; typedef
Dlocaltime.c1668 struct tm *(*const funcp)(const time_t *, int_fast32_t, struct tm *), in time2sub()
1844 struct tm * (*const funcp)(const time_t *, int_fast32_t, struct tm *), in time2()
1860 time1(struct tm *const tmp, in time1()
/third_party/icu/icu4c/source/tools/tzcode/
Dprivate.h277 # define time_t tz_time_t macro
279 typedef time_tz time_t; typedef
Dlocaltime.c1670 struct tm *(*const funcp)(const time_t *, int_fast32_t, struct tm *), in time2sub()
1846 struct tm * (*const funcp)(const time_t *, int_fast32_t, struct tm *), in time2()
1862 time1(struct tm *const tmp, in time1()
/third_party/rust/crates/linux-raw-sys/gen/include/
Dsupport.h49 #define time_t __kernel_time_t macro
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/x86_64/
Dmod.rs5 pub type time_t = i64; typedef
/third_party/rust/crates/nix/src/sys/
Dtime.rs337 pub const fn new(seconds: time_t, nanoseconds: timespec_tv_nsec_t) -> Self { in new()
353 pub const fn tv_sec(&self) -> time_t { in tv_sec()
584 pub const fn new(seconds: time_t, microseconds: suseconds_t) -> Self { in new()
600 pub const fn tv_sec(&self) -> time_t { in tv_sec()
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dverify.rs160 pub fn set_time(&mut self, time: time_t) { in set_time()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dx509_vfy.rs99 pub fn X509_VERIFY_PARAM_set_time(param: *mut X509_VERIFY_PARAM, t: time_t); in X509_VERIFY_PARAM_set_time()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
Dmod.rs17 pub type time_t = ::c_int; typedef
/third_party/rust/crates/libc/src/
Dwasi.rs26 pub type time_t = c_longlong; typedef
506 pub fn time(a: *mut time_t) -> time_t; in time()
507 pub fn difftime(a: time_t, b: time_t) -> c_double; in difftime()
508 pub fn mktime(a: *mut tm) -> time_t; in mktime()
511 pub fn gmtime_r(a: *const time_t, b: *mut tm) -> *mut tm; in gmtime_r()
513 pub fn localtime_r(a: *const time_t, b: *mut tm) -> *mut tm; in localtime_r()
515 pub fn ctime_r(a: *const time_t, b: *mut c_char) -> *mut c_char; in ctime_r()
685 pub fn timegm(tm: *mut ::tm) -> time_t; in timegm()
/third_party/rust/crates/libc/src/unix/
Dmod.rs1239 pub fn gmtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm; in gmtime_r()
1243 pub fn localtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm; in localtime_r()
1251 pub fn mktime(tm: *mut tm) -> time_t; in mktime()
1255 pub fn time(time: *mut time_t) -> time_t; in time() function
1267 pub fn difftime(time1: time_t, time0: time_t) -> ::c_double; in difftime()
1271 pub fn timegm(tm: *mut ::tm) -> time_t; in timegm()
/third_party/musl/include/
Dalltypes.h.in12 TYPEDEF _Int64 time_t; variable
/third_party/rust/crates/libc/src/solid/
Dmod.rs25 pub type time_t = i64; typedef
798 pub fn difftime(arg1: time_t, arg2: time_t) -> f64; in difftime()
801 pub fn time(arg1: *mut time_t) -> time_t; in time()
802 pub fn mktime(arg1: *mut tm) -> time_t; in mktime()
811 pub fn ctime_r(arg1: *const time_t, arg2: *mut c_char) -> *mut c_char; in ctime_r()
812 pub fn gmtime_r(arg1: *const time_t, arg2: *mut tm) -> *mut tm; in gmtime_r()
813 pub fn localtime_r(arg1: *const time_t, arg2: *mut tm) -> *mut tm; in localtime_r()

12