Home
last modified time | relevance | path

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

/coreutils/src/
Dcopy.c923 struct stat const *dst_sb) in set_owner() argument
936 mode_t old_mode = dst_sb->st_mode; in set_owner()
1737 int dst_dirfd, char const *dst_relname, struct stat const *dst_sb, in same_file_ok() argument
1746 bool same = psame_inode (src_sb, dst_sb); in same_file_ok()
1768 if (S_ISLNK (src_sb->st_mode) && S_ISLNK (dst_sb->st_mode)) in same_file_ok()
1792 dst_sb_link = dst_sb; in same_file_ok()
1987 struct stat const *dst_sb) in overwrite_ok() argument
1989 if (! writable_destination (dst_dirfd, dst_relname, dst_sb->st_mode)) in overwrite_ok()
1992 strmode (dst_sb->st_mode, perms); in overwrite_ok()
2000 (unsigned long int) (dst_sb->st_mode & CHMOD_MODE_BITS), in overwrite_ok()
[all …]