Home
last modified time | relevance | path

Searched refs:time_t (Results 426 - 450 of 1423) sorted by relevance

1...<<11121314151617181920>>...57

/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/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,
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/powerpc64/
H A Dmod.rs69 pub st_atime: ::time_t,
71 pub st_mtime: ::time_t,
73 pub st_ctime: ::time_t,
90 pub st_atime: ::time_t,
92 pub st_mtime: ::time_t,
94 pub st_ctime: ::time_t,
163 pub shm_atime: ::time_t,
164 pub shm_dtime: ::time_t,
165 pub shm_ctime: ::time_t,
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/
H A Ds390x.rs80 pub st_atime: ::time_t,
82 pub st_mtime: ::time_t,
84 pub st_ctime: ::time_t,
101 pub st_atime: ::time_t,
103 pub st_mtime: ::time_t,
105 pub st_ctime: ::time_t,
132 pub shm_atime: ::time_t,
133 pub shm_dtime: ::time_t,
134 pub shm_ctime: ::time_t,
/third_party/musl/src/time/
H A Dlocaltime.c3 struct tm *localtime(const time_t *t) in localtime()
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/time/
H A Dlocaltime.c3 struct tm *localtime(const time_t *t) in localtime()
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/libevdev/libevdev/
H A Dlibevdev-uinput-int.h12 time_t ctime[2]; /**< before/after UI_DEV_CREATE */
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
H A D17-1-buildonly.c10 char *ctime_r(const time_t *, char *);
16 typedef char *(*ctime_r_test) (const time_t *, char *);
H A D16-1-buildonly.c9 char *ctime(const time_t *);
15 typedef char *(*ctime_test) (const time_t *);
H A D22-1-buildonly.c9 struct tm *localtime(const time_t *);
15 typedef struct tm *(*localtime_test) (const time_t *);
H A D20-1-buildonly.c9 struct tm *gmtime(const time_t *);
15 typedef struct tm *(*gmtime_test) (const time_t *);
H A D24-1-buildonly.c9 time_t mktime(struct tm *);
15 typedef time_t(*mktime_test) (struct tm *);
/third_party/musl/compat/time32/
H A Dctime32_r.c6 return ctime_r(&(time_t){*t}, buf); in __ctime32_r()
H A Dctime32.c6 return ctime(&(time_t){*t}); in __ctime32()
H A Dlocaltime32.c6 return localtime(&(time_t){*t}); in __localtime32()
H A Dgmtime32.c6 return gmtime(&(time_t){*t}); in __gmtime32()
H A Dstime32.c7 return stime(&(time_t){*t}); in __stime32()
/third_party/toybox/toys/pending/
H A Dcrond.c35 time_t crontabs_dir_mtime;
586 static void schedule_jobs(time_t ctime, time_t ptime) in schedule_jobs()
588 time_t tm = ptime-ptime%60; in schedule_jobs()
630 time_t ctime, ptime; in crond_main()
/third_party/musl/porting/liteos_a/kernel/src/linux/
H A Dstime.c5 int stime(const time_t *t) in stime()

Completed in 13 milliseconds

1...<<11121314151617181920>>...57