Searched refs:time_t (Results 76 - 100 of 1793) sorted by relevance
12345678910>>...72
/third_party/nghttp2/src/ |
H A D | timegm.c | 37 time_t nghttp2_timegm(struct tm *tm) { in nghttp2_timegm() 54 return (time_t)t; in nghttp2_timegm() 66 time_t nghttp2_timegm_without_yday(struct tm *tm) { in nghttp2_timegm_without_yday() 87 return (time_t)t; in nghttp2_timegm_without_yday()
|
/third_party/ltp/testcases/kernel/mem/mmapstress/ |
H A D | mmapstress06.c | 54 extern time_t time(time_t *); 55 extern char *ctime(const time_t *); 66 time_t t; in main()
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_shm.c | 10 T(time_t) in f() 21 F(time_t,shm_atime) in f() 22 F(time_t,shm_dtime) in f() 23 F(time_t,shm_ctime) in f()
|
/third_party/musl/libc-test/src/functionalext/time/ |
H A D | timegm.c | 21 extern time_t __timegm_time64(struct tm *); 23 static time_t gTime = 1659177614; 32 time_t timeThis; in timegm_0100() 59 time_t timeThis; in timegm_time64_0100()
|
/third_party/musl/arch/generic/bits/ |
H A D | msg.h | 3 time_t msg_stime; 4 time_t msg_rtime; 5 time_t msg_ctime;
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | msg.h | 15 time_t msg_stime; 16 time_t msg_rtime; 17 time_t msg_ctime;
|
H A D | shm.h | 18 time_t shm_atime; 19 time_t shm_dtime; 20 time_t shm_ctime;
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | msg.h | 15 time_t msg_stime; 16 time_t msg_rtime; 17 time_t msg_ctime;
|
H A D | shm.h | 18 time_t shm_atime; 19 time_t shm_dtime; 20 time_t shm_ctime;
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | msg.h | 15 time_t msg_stime; 16 time_t msg_rtime; 17 time_t msg_ctime;
|
H A D | shm.h | 18 time_t shm_atime; 19 time_t shm_dtime; 20 time_t shm_ctime;
|
/third_party/musl/arch/arm/bits/ |
H A D | msg.h | 15 time_t msg_stime; 16 time_t msg_rtime; 17 time_t msg_ctime;
|
H A D | shm.h | 18 time_t shm_atime; 19 time_t shm_dtime; 20 time_t shm_ctime;
|
/third_party/musl/arch/i386/bits/ |
H A D | msg.h | 15 time_t msg_stime; 16 time_t msg_rtime; 17 time_t msg_ctime;
|
H A D | shm.h | 18 time_t shm_atime; 19 time_t shm_dtime; 20 time_t shm_ctime;
|
/third_party/musl/arch/m68k/bits/ |
H A D | msg.h | 15 time_t msg_stime; 16 time_t msg_rtime; 17 time_t msg_ctime;
|
/third_party/musl/arch/microblaze/bits/ |
H A D | msg.h | 15 time_t msg_stime; 16 time_t msg_rtime; 17 time_t msg_ctime;
|
/third_party/musl/arch/or1k/bits/ |
H A D | msg.h | 15 time_t msg_stime; 16 time_t msg_rtime; 17 time_t msg_ctime;
|
/third_party/musl/arch/powerpc/bits/ |
H A D | msg.h | 15 time_t msg_stime; 16 time_t msg_rtime; 17 time_t msg_ctime;
|
/third_party/musl/arch/riscv32/bits/ |
H A D | msg.h | 15 time_t msg_stime; 16 time_t msg_rtime; 17 time_t msg_ctime;
|
/third_party/musl/arch/x32/bits/ |
H A D | msg.h | 3 time_t msg_stime; 4 time_t msg_rtime; 5 time_t msg_ctime;
|
/third_party/musl/arch/sh/bits/ |
H A D | msg.h | 15 time_t msg_stime; 16 time_t msg_rtime; 17 time_t msg_ctime;
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | x86_64.rs | 20 pub st_atime: ::time_t, 22 pub st_mtime: ::time_t, 24 pub st_ctime: ::time_t, 41 pub st_atime: ::time_t, 43 pub st_mtime: ::time_t, 45 pub st_ctime: ::time_t,
|
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | restart_app_manager.h | 36 bool IsRestartAppFrequent(int32_t uid, time_t time); 37 void AddRestartAppHistory(int32_t uid, time_t time); 45 std::unordered_map<int32_t, time_t> restartAppHistory_; // RestartAppKey:time
|
/third_party/musl/porting/linux/user/arch/generic/bits/ |
H A D | shm.h | 6 time_t shm_atime; 7 time_t shm_dtime; 8 time_t shm_ctime;
|
Completed in 6 milliseconds
12345678910>>...72