Home
last modified time | relevance | path

Searched refs:st_ctim (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/sys/sys/
Dstat.h71 struct timespec st_ctim; /* time of last file status change */ member
96 #define st_ctime st_ctim.tv_sec
105 #define st_ctimespec st_ctim
106 #define st_ctimensec st_ctim.tv_nsec
/netbsd/src/sys/rump/kern/lib/libsys_sunos/
Drump_sunos_compat.c75 struct timespec st_ctim; member
95 struct timespec50 st_ctim; member
124 ssb->st_ctim = sb->st_ctimespec; in bsd_to_sunos_stat()
128 timespec_to_timespec50(&sb->st_ctimespec, &ssb->st_ctim); in bsd_to_sunos_stat()
/netbsd/src/sys/rump/kern/lib/libsys_cygwin/
Drump_cygwin_compat.c59 struct timespec50 st_ctim; member
86 timespec_to_timespec50(&sb->st_ctimespec, &ssb->st_ctim); in bsd_to_cygwin_stat()
/netbsd/src/external/bsd/libarchive/dist/tar/
Dbsdtar_platform.h76 #define ARCHIVE_STAT_CTIME_NANOS(st) (st)->st_ctim.tv_nsec
/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_entry_stat.c90 st->st_ctim.tv_nsec = archive_entry_ctime_nsec(entry); in archive_entry_stat()
Darchive_entry_copy_stat.c44 archive_entry_set_ctime(entry, st->st_ctime, st->st_ctim.tv_nsec); in archive_entry_copy_stat()
/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
Demul_unix.c1072 struct unix_timeval st_ctim; member
1118 target.st_ctim.tv_sec = H2T_4(host->st_ctime); in convert_to_solaris_stat()
1119 target.st_ctim.tv_usec = 0; in convert_to_solaris_stat()
/netbsd/src/usr.bin/find/
Dfunction.c373 return timespeccmp(&entry->fts_statp->st_ctim, &plan->ts_data, >); in f_cnewer()
389 new->ts_data = sb.st_ctim; in c_cnewer()
/netbsd/src/sbin/mount_portal/
Dpuffs_portal.c609 va->va_ctime = st.st_ctim; in portal_node_getattr()
/netbsd/src/usr.bin/stat/
Dstat.c95 #define st_ctimespec st_ctim