/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
H A D | time_benchmark.cc | 87 time_t t = 1384569027; in BM_Time_ToDateTime_Libc() 88 time_t t2 = 1418962578; in BM_Time_ToDateTime_Libc() 113 time_t t = 1384569027; in BM_Time_ToDateTimeUTC_Libc()
|
/third_party/rust/crates/nix/src/sys/ |
H A D | event.rs | 6 use libc::{c_int, c_long, intptr_t, time_t, timespec, uintptr_t}; 8 use libc::{c_long, intptr_t, size_t, time_t, timespec, uintptr_t}; 278 tv_sec: (timeout_ms / 1000) as time_t, in kevent()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/ |
H A D | ieee802_1x_kay_i.h | 48 time_t expire; 138 time_t cak_life; 139 time_t mka_life;
|
/third_party/backends/backend/ |
H A D | canon.h | 303 time_t time0; /* modification for FB620S */ 304 time_t time1; /* modification for FB620S */
|
/third_party/json/tests/thirdparty/Fuzzer/afl/ |
H A D | afl_driver.cpp | 107 static time_t slowest_unit_time_secs = 0; 265 time_t unit_time_secs; in main()
|
/third_party/libwebsockets/lib/tls/ |
H A D | tls-network.c | 76 time_t now = (time_t)lws_now_secs(), life = 0; in lws_tls_check_cert_lifetime()
|
/third_party/node/deps/openssl/openssl/providers/implementations/rands/ |
H A D | drbg_local.h | 147 time_t reseed_time; 152 time_t reseed_time_interval;
|
/third_party/openssl/providers/implementations/rands/ |
H A D | drbg_local.h | 147 time_t reseed_time; 152 time_t reseed_time_interval;
|
/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
H A D | verify.rs | 3 use libc::{c_int, c_uint, c_ulong, time_t}; 158 /// Set the verification time, where time is of type time_t, traditionaly defined as seconds since the epoch 160 pub fn set_time(&mut self, time: time_t) { in set_time()
|
/third_party/musl/src/time/ |
H A D | ctime_r.c | 3 char *ctime_r(const time_t *t, char *buf) in ctime_r()
|
H A D | ctime.c | 3 char *ctime(const time_t *t) in ctime()
|
H A D | gmtime.c | 4 struct tm *gmtime(const time_t *t) in gmtime()
|
/third_party/musl/porting/liteos_a/kernel/src/linux/ |
H A D | stime.c | 5 int stime(const time_t *t) in stime()
|
/third_party/musl/porting/liteos_a/kernel/src/time/ |
H A D | ctime_r.c | 3 char *ctime_r(const time_t *t, char *buf) in ctime_r()
|
H A D | ctime.c | 3 char *ctime(const time_t *t) in ctime()
|
H A D | gmtime.c | 4 struct tm *gmtime(const time_t *t) in gmtime()
|
/third_party/musl/porting/liteos_m/kernel/src/time/ |
H A D | ctime.c | 3 char *ctime(const time_t *t) in ctime()
|
/third_party/musl/porting/uniproton/kernel/src/time/ |
H A D | ctime.c | 3 char *ctime(const time_t *t) in ctime()
|
/third_party/musl/src/linux/ |
H A D | stime.c | 5 int stime(const time_t *t) in stime()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/ |
H A D | 23-1-buildonly.c | 10 struct tm *localtime_r(const time_t *, struct tm *); 16 typedef struct tm *(*localtime_r_test) (const time_t *, struct tm *);
|
H A D | 21-1-buildonly.c | 10 struct tm *gmtime_r(const time_t *, struct tm *); 16 typedef struct tm *(*gmtime_r_test) (const time_t *, struct tm *);
|
H A D | 4-1-buildonly.c | 16 time_t sec; in dummyfcn()
|
/third_party/musl/compat/time32/ |
H A D | gmtime32_r.c | 6 return gmtime_r(&(time_t){*t}, tm); in __gmtime32_r()
|
H A D | localtime32_r.c | 6 return localtime_r(&(time_t){*t}, tm); in __localtime32_r()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/x86/ |
H A D | mod.rs | 145 pub st_atime: ::time_t, 147 pub st_mtime: ::time_t, 149 pub st_ctime: ::time_t, 188 pub shm_atime: ::time_t, 190 pub shm_dtime: ::time_t, 192 pub shm_ctime: ::time_t, 203 pub msg_stime: ::time_t, 205 pub msg_rtime: ::time_t, 207 pub msg_ctime: ::time_t,
|