Searched refs:st_ctimespec (Results 1 - 24 of 24) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dstat.h129 struct timespec st_ctimespec; /* time of last file status change */ member in struct:ostat
139 struct timespec st_ctimespec; /* time of last status change */ \
205 struct timespec st_ctimespec; /* time of last status change */ member in struct:stat
254 struct user64_timespec st_ctimespec; /* time of last status change */ member in struct:user64_stat
287 struct user32_timespec st_ctimespec; /* time of last status change */ member in struct:user32_stat
320 struct user64_timespec st_ctimespec; /* time of last status change */ member in struct:user64_stat64
352 struct user32_timespec st_ctimespec; /* time of last status change */ member in struct:user32_stat64
384 #define st_ctime st_ctimespec.tv_sec
H A Dpipe.h162 struct timespec st_ctimespec; /* time of last status change */ member in struct:pipe
/macosx-10.10/libarchive-30/libarchive/tar/
H A Dbsdtar_platform.h99 #define ARCHIVE_STAT_CTIME_NANOS(st) (st)->st_ctimespec.tv_nsec
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_entry_stat.c87 st->st_ctimespec.tv_nsec = archive_entry_ctime_nsec(entry);
H A Darchive_entry_copy_stat.c40 archive_entry_set_ctime(entry, st->st_ctime, st->st_ctimespec.tv_nsec);
/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdav_file.c534 reply_lookup->obj_ctime.tv_sec = node->attr_stat_info.attr_stat.st_ctimespec.tv_sec;
535 reply_lookup->obj_ctime.tv_nsec = node->attr_stat_info.attr_stat.st_ctimespec.tv_nsec;
597 wstat->st_ctimespec.tv_sec = node->attr_stat_info.attr_stat.st_ctimespec.tv_sec;
598 wstat->st_ctimespec.tv_nsec = node->attr_stat_info.attr_stat.st_ctimespec.tv_nsec;
732 parent_node->attr_stat_info.attr_stat.st_atimespec = parent_node->attr_stat_info.attr_stat.st_ctimespec = parent_node->attr_stat_info.attr_stat.st_mtimespec;
767 statbuf.attr_stat.st_atimespec = statbuf.attr_stat.st_ctimespec = statbuf.attr_stat.st_mtimespec;
833 parent_node->attr_stat_info.attr_stat.st_atimespec = parent_node->attr_stat_info.attr_stat.st_ctimespec = parent_node->attr_stat_info.attr_stat.st_mtimespec;
868 statbuf.attr_stat.st_atimespec = statbuf.attr_stat.st_ctimespec
[all...]
H A Dwebdav_parse.c1677 statbuf.attr_stat.st_atimespec = statbuf.attr_stat.st_mtimespec = statbuf.attr_stat.st_ctimespec = element_ptr->stattime;
1749 statbuf.attr_stat.st_atimespec = statbuf.attr_stat.st_mtimespec = statbuf.attr_stat.st_ctimespec = element_ptr->stattime;
1898 statbuf->attr_stat.st_atimespec = statbuf->attr_stat.st_ctimespec = statbuf->attr_stat.st_mtimespec;
/macosx-10.10/file_cmds-242/ls/
H A Dcmp.c65 ((x)->st_ctimespec.tv_nsec op (y)->st_ctimespec.tv_nsec)
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dsys_pipe.c315 tpipe->st_ctimespec.tv_sec = now.tv_sec;
316 tpipe->st_ctimespec.tv_nsec = now.tv_usec * 1000;
545 sb64->st_ctimespec.tv_sec = cpipe->st_ctimespec.tv_sec;
546 sb64->st_ctimespec.tv_nsec = cpipe->st_ctimespec.tv_nsec;
572 sb->st_ctimespec.tv_sec = cpipe->st_ctimespec.tv_sec;
573 sb->st_ctimespec.tv_nsec = cpipe->st_ctimespec
[all...]
H A Dproc_info.c2382 vsbp->vst_ctime = sbp->st_ctimespec.tv_sec;
2383 vsbp->vst_ctimensec = sbp->st_ctimespec.tv_nsec;
/macosx-10.10/Libnotify-133.1.1/notifyd/
H A Dpathwatch.c361 if ((vnode->ctime.tv_sec != sb.st_ctimespec.tv_sec) || (vnode->ctime.tv_nsec != sb.st_ctimespec.tv_nsec))
364 vnode->ctime = sb.st_ctimespec;
438 vnode->ctime = sb.st_ctimespec;
/macosx-10.10/sudo-73/src/
H A Dconfig.h889 # define ctim_get(_x, _y) timespec2timeval(&(_x)->st_ctimespec, (_y))
H A Dconfig.h.in888 # define ctim_get(_x, _y) timespec2timeval(&(_x)->st_ctimespec, (_y))
/macosx-10.10/NFS-82/nfsd/
H A Dmain.c738 (stnew.st_ctimespec.tv_sec != st.st_ctimespec.tv_sec) ||
739 (stnew.st_ctimespec.tv_nsec != st.st_ctimespec.tv_nsec);
/macosx-10.10/file_cmds-242/stat/
H A Dstat.c93 #define st_ctimespec st_ctim macro
683 tsp = &st->st_ctimespec;
/macosx-10.10/webdavfs-367/webdav_fs.kextproj/webdav_fs.kmodproj/
H A Dwebdav.h316 struct webdav_timespec64 st_ctimespec; /* time of last status change */ member in struct:webdav_stat
H A Dwebdav_vnops.c759 webdav_timespec64_to_timespec(reply_getattr.obj_attr.st_ctimespec, &ts);
/macosx-10.10/zsh-61/zsh/Src/
H A Dzsh_system.h849 # define GET_ST_CTIME_NSEC(st) (st).st_ctimespec.tv_nsec
/macosx-10.10/libarchive-30/libarchive/libarchive/test/
H A Dtest_entry.c681 st.st_ctimespec.tv_nsec = 5432109;
754 assertEqualInt(pst->st_ctimespec.tv_nsec, 432);
/macosx-10.10/xnu-2782.1.97/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c439 VATTR_RETURN(vap, va_change_time, stb.st_ctimespec);
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_syscalls.c10370 usbp->st_ctimespec.tv_sec = sbp->st_ctimespec.tv_sec;
10371 usbp->st_ctimespec.tv_nsec = sbp->st_ctimespec.tv_nsec;
10406 usbp->st_ctimespec.tv_sec = sbp->st_ctimespec.tv_sec;
10407 usbp->st_ctimespec.tv_nsec = sbp->st_ctimespec.tv_nsec;
10445 usbp->st_ctimespec.tv_sec = sbp->st_ctimespec
[all...]
H A Dvfs_vnops.c1256 sb64->st_ctimespec = va.va_change_time;
1271 sb->st_ctimespec = va.va_change_time;
/macosx-10.10/kext_tools-384.1.4/
H A Dbootcaches.c1091 TIMESPEC_TO_TIMEVAL(&cpath->tstamps[1], &rsb.st_ctimespec);
1120 outofdate = (tsb.st_mtimespec.tv_sec != rsb.st_ctimespec.tv_sec ||
1121 tsb.st_mtimespec.tv_nsec != rsb.st_ctimespec.tv_nsec);
/macosx-10.10/ruby-106/ruby/
H A Dfile.c701 ts.tv_nsec = st->st_ctimespec.tv_nsec;

Completed in 580 milliseconds