Searched refs:dst_sb (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/copyfile-118.1.2/
H A Dcopyfile.c522 (void)fchown(s->dst_fd, s->dst_sb.st_uid, s->dst_sb.st_gid);
523 (void)fchmod(s->dst_fd, s->dst_sb.st_mode);
872 struct stat dst_sb; local
915 (void)fstat(s->dst_fd, &dst_sb);
916 (void)fchmod(s->dst_fd, (dst_sb.st_mode & ~S_IFMT) | (S_IRUSR | S_IWUSR));
924 (void)fchmod(s->dst_fd, dst_sb.st_mode & ~S_IFMT);
952 struct stat dst_sb; local
1013 if ((s->flags & COPYFILE_NOFOLLOW_DST) && lstat(s->dst, &dst_sb) == 0 &&
1014 ((dst_sb
2109 struct stat dst_sb; local
[all...]
/macosx-10.10.1/ncurses-44/ncurses/
H A Dconfigure6000 struct stat dst_sb;
6004 || (stat(dst, &dst_sb) < 0)
6005 || (dst_sb.st_mtime != src_sb.st_mtime);

Completed in 87 milliseconds