Home
last modified time | relevance | path

Searched refs:time_t (Results 301 - 325 of 1271) sorted by relevance

1...<<11121314151617181920>>...51

/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dtime_benchmark.cc87 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 Devent.rs6 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 Dieee802_1x_kay_i.h48 time_t expire;
138 time_t cak_life;
139 time_t mka_life;
/third_party/backends/backend/
H A Dcanon.h303 time_t time0; /* modification for FB620S */
304 time_t time1; /* modification for FB620S */
/third_party/json/tests/thirdparty/Fuzzer/afl/
H A Dafl_driver.cpp107 static time_t slowest_unit_time_secs = 0;
265 time_t unit_time_secs; in main()
/third_party/libwebsockets/lib/tls/
H A Dtls-network.c76 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 Ddrbg_local.h147 time_t reseed_time;
152 time_t reseed_time_interval;
/third_party/openssl/providers/implementations/rands/
H A Ddrbg_local.h147 time_t reseed_time;
152 time_t reseed_time_interval;
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dverify.rs3 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 Dctime_r.c3 char *ctime_r(const time_t *t, char *buf) in ctime_r()
H A Dctime.c3 char *ctime(const time_t *t) in ctime()
H A Dgmtime.c4 struct tm *gmtime(const time_t *t) in gmtime()
/third_party/musl/porting/liteos_a/kernel/src/linux/
H A Dstime.c5 int stime(const time_t *t) in stime()
/third_party/musl/porting/liteos_a/kernel/src/time/
H A Dctime_r.c3 char *ctime_r(const time_t *t, char *buf) in ctime_r()
H A Dctime.c3 char *ctime(const time_t *t) in ctime()
H A Dgmtime.c4 struct tm *gmtime(const time_t *t) in gmtime()
/third_party/musl/porting/liteos_m/kernel/src/time/
H A Dctime.c3 char *ctime(const time_t *t) in ctime()
/third_party/musl/porting/uniproton/kernel/src/time/
H A Dctime.c3 char *ctime(const time_t *t) in ctime()
/third_party/musl/src/linux/
H A Dstime.c5 int stime(const time_t *t) in stime()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
H A D23-1-buildonly.c10 struct tm *localtime_r(const time_t *, struct tm *);
16 typedef struct tm *(*localtime_r_test) (const time_t *, struct tm *);
H A D21-1-buildonly.c10 struct tm *gmtime_r(const time_t *, struct tm *);
16 typedef struct tm *(*gmtime_r_test) (const time_t *, struct tm *);
H A D4-1-buildonly.c16 time_t sec; in dummyfcn()
/third_party/musl/compat/time32/
H A Dgmtime32_r.c6 return gmtime_r(&(time_t){*t}, tm); in __gmtime32_r()
H A Dlocaltime32_r.c6 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 Dmod.rs145 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,

Completed in 14 milliseconds

1...<<11121314151617181920>>...51