Searched refs:st_ctim (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-13-stable/tools/build/cross-build/include/linux/sys/
H A Dstat.h53 #define st_ctimensec st_ctim.tv_nsec
57 #define st_ctimespec st_ctim
/freebsd-13-stable/bin/ls/
H A Dcmp.c158 if (b->fts_statp->st_ctim.tv_sec >
159 a->fts_statp->st_ctim.tv_sec)
161 if (b->fts_statp->st_ctim.tv_sec <
162 a->fts_statp->st_ctim.tv_sec)
164 if (b->fts_statp->st_ctim.tv_nsec >
165 a->fts_statp->st_ctim.tv_nsec)
167 if (b->fts_statp->st_ctim.tv_nsec <
168 a->fts_statp->st_ctim.tv_nsec)
/freebsd-13-stable/tools/build/cross-build/include/mac/sys/
H A Dstat.h47 #define st_ctim st_ctimespec macro
/freebsd-13-stable/sys/sys/
H A Dstat.h116 struct timespec st_ctim; /* time of last file status change */ member in struct:ostat
135 struct timespec st_ctim; /* time of last file status change */ member in struct:freebsd11_stat
181 struct timespec st_ctim; /* time of last file status change */ member in struct:stat
205 struct timespec st_ctim; /* time of last file status change */ member in struct:nstat
224 #define st_ctime st_ctim.tv_sec
229 #define st_ctimensec st_ctim.tv_nsec
237 #define st_ctimespec st_ctim
/freebsd-13-stable/lib/libc/sys/
H A Dcompat-ino64.h57 sb->st_ctim = sb11->st_ctim;
/freebsd-13-stable/contrib/libarchive/tar/
H A Dbsdtar_platform.h106 #define ARCHIVE_STAT_CTIME_NANOS(st) (st)->st_ctim.tv_nsec
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_stats.c191 tbuf.st_ctim.tv_sec = buf->st_ctim.tv_sec;
192 tbuf.st_ctim.tv_nsec = buf->st_ctim.tv_nsec;
272 lbuf.st_ctim.tv_sec = buf->st_ctim.tv_sec;
273 lbuf.st_ctim.tv_nsec = buf->st_ctim.tv_nsec;
560 lbuf.st_ctim.tv_sec = buf->st_ctim
[all...]
/freebsd-13-stable/sys/compat/freebsd32/
H A Dfreebsd32.h187 struct timespec32 st_ctim; member in struct:stat32
209 struct timespec32 st_ctim; member in struct:freebsd11_stat32
232 struct timespec32 st_ctim; member in struct:ostat32
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_entry_copy_stat.c45 archive_entry_set_ctime(entry, st->st_ctime, st->st_ctim.tv_nsec);
H A Darchive_entry_stat.c91 st->st_ctim.tv_nsec = archive_entry_ctime_nsec(entry);
/freebsd-13-stable/tests/sys/fs/fusefs/
H A Dgetattr.cc241 EXPECT_EQ(5, sb.st_ctim.tv_sec);
242 EXPECT_EQ(8, sb.st_ctim.tv_nsec);
305 EXPECT_EQ(5, sb.st_ctim.tv_sec);
306 EXPECT_EQ(8, sb.st_ctim.tv_nsec);
H A Dlookup.cc92 EXPECT_EQ(5, sb.st_ctim.tv_sec);
93 EXPECT_EQ(8, sb.st_ctim.tv_nsec);
/freebsd-13-stable/sys/i386/linux/
H A Dlinux.h160 struct l_timespec st_ctim; member in struct:l_newstat
176 struct l_timespec st_ctim; member in struct:l_stat
199 struct l_timespec st_ctim; member in struct:l_stat64
/freebsd-13-stable/sys/amd64/linux32/
H A Dlinux.h189 struct l_timespec st_ctim; member in struct:l_newstat
205 struct l_timespec st_ctim; member in struct:l_stat
228 struct l_timespec st_ctim; member in struct:l_stat64
/freebsd-13-stable/sys/contrib/cloudabi/
H A Dcloudabi_types_common.h406 _Alignas(8) cloudabi_timestamp_t st_ctim; member in struct:__anon8923
415 _Static_assert(offsetof(cloudabi_filestat_t, st_ctim) == 48, "Incorrect layout");
/freebsd-13-stable/sys/arm64/linux/
H A Dlinux.h138 struct l_timespec st_ctim; member in struct:l_newstat
/freebsd-13-stable/sys/compat/cloudabi/
H A Dcloudabi_file.c551 cloudabi_convert_timespec(&sb->st_ctim, &res.st_ctim);
/freebsd-13-stable/contrib/apr/file_io/unix/
H A Dfilestat.c112 finfo->ctime += info->st_ctim.tv_nsec / APR_TIME_C(1000);
/freebsd-13-stable/sys/amd64/linux/
H A Dlinux.h145 struct l_timespec st_ctim; member in struct:l_newstat
/freebsd-13-stable/lib/libcasper/services/cap_fileargs/tests/
H A Dfileargs_test.c133 equals &= (memcmp(&origsb.st_ctim, &fasb.st_ctim,
134 sizeof(fasb.st_ctim)) == 0);
/freebsd-13-stable/sys/kern/
H A Dsys_procdesc.c535 sb->st_ctim = sb->st_birthtim;
H A Dtty_pts.c565 sb->st_ctim = dev->si_ctime;
/freebsd-13-stable/usr.sbin/makefs/msdos/
H A Dmsdosfs_vnops.c108 unix2fattime(&st->st_ctim, &dep->de_CDate, &dep->de_CTime);
/freebsd-13-stable/usr.bin/kdump/
H A Dkdump.c1939 printf("%jd", (intmax_t)statp->st_ctim.tv_sec);
1941 tm = localtime(&statp->st_ctim.tv_sec);
1945 if (statp->st_ctim.tv_nsec != 0)
1946 printf(".%09ld, ", statp->st_ctim.tv_nsec);
/freebsd-13-stable/usr.bin/posixshmcontrol/
H A Dposixshmcontrol.c415 (long)st.st_ctim.tv_nsec);

Completed in 341 milliseconds

12