Home
last modified time | relevance | path

Searched refs:st_ctime (Results 1 – 25 of 126) sorted by relevance

123456

/third_party/musl/libc-test/src/functional/
Dstat.c24 TEST(st.st_ctime<=t, "%jd > %jd\n", (intmax_t)st.st_ctime, (intmax_t)t); in main()
33 TEST(st.st_ctime<=t, "%jd > %jd\n", (intmax_t)st.st_ctime, (intmax_t)t); in main()
/third_party/ffmpeg/libavformat/
Dos_support.h77 int64_t st_ctime; /* time of last status change */ member
228 buf->st_ctime = crtstat->st_ctime; in copy_stat()
/third_party/rust/crates/libc/src/fuchsia/
Daarch64.rs25 pub st_ctime: ::time_t,
47 pub st_ctime: ::time_t,
Dx86_64.rs24 pub st_ctime: ::time_t,
45 pub st_ctime: ::time_t,
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
D14-1.c81 ctime1 = stat_buff.st_ctime; in main()
103 ctime2 = stat_buff.st_ctime; in main()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/
Dmod.rs32 pub st_ctime: ::time_t,
55 pub st_ctime: ::time_t,
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
Dmod.rs43 pub st_ctime: ::c_long,
65 pub st_ctime: ::c_long,
/third_party/rust/crates/libc/src/unix/newlib/
Dgeneric.rs21 pub st_ctime: ::time_t,
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/
Db64.rs15 pub st_ctime: ::time_t, field
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/
Db64.rs17 pub st_ctime: ::time_t, field
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/
Db64.rs17 pub st_ctime: ::time_t, field
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/
Db64.rs17 pub st_ctime: ::time_t, field
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dpowerpc.rs22 pub st_ctime: ::time_t,
Dx86.rs22 pub st_ctime: ::time_t,
Dpowerpc64.rs22 pub st_ctime: ::time_t,
Darm.rs24 pub st_ctime: ::time_t,
/third_party/rust/crates/libc/src/unix/hermit/
Dmod.rs93 pub st_ctime: time_t,
301 && self.st_ctime == other.st_ctime
328 .field("st_ctime", &self.st_ctime)
350 self.st_ctime.hash(state);
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/riscv64/
Dmod.rs24 pub st_ctime: ::time_t,
47 pub st_ctime: ::time_t,
/third_party/libfuse/example/
Dnull.c50 stbuf->st_atime = stbuf->st_mtime = stbuf->st_ctime = time(NULL); in null_getattr()
/third_party/libevdev/libevdev/
Dlibevdev-uinput.c267 st.st_ctime < uinput_dev->ctime[0] || in fetch_syspath_and_devnode()
268 st.st_ctime > uinput_dev->ctime[1]) { in fetch_syspath_and_devnode()
/third_party/toybox/toys/pending/
Dmke2fs.c533 in->ctime = SWAP_LE32(that->st.st_ctime); in fill_inode()
583 dti->st.st_ctime = dti->st.st_mtime = time(NULL); in mke2fs_main()
592 dtb->st.st_ctime = dtb->st.st_mtime = time(NULL); in mke2fs_main()
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstat.h27 #define st_ctime st_ctim.tv_sec macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstat.h27 #define st_ctime st_ctim.tv_sec macro
/third_party/musl/porting/linux/user/include/sys/
Dstat.h27 #define st_ctime st_ctim.tv_sec macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstat.h27 #define st_ctime st_ctim.tv_sec macro

123456