Home
last modified time | relevance | path

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

/coreutils/src/
Dcopy.c1742 struct stat tmp_dst_sb; in same_file_ok() local
1799 if (fstatat (dst_dirfd, dst_relname, &tmp_dst_sb, in same_file_ok()
1805 dst_sb_link = &tmp_dst_sb; in same_file_ok()
1952 tmp_dst_sb = *dst_sb_link; in same_file_ok()
1953 else if (fstatat (dst_dirfd, dst_relname, &tmp_dst_sb, 0) != 0) in same_file_ok()
1956 if (!psame_inode (&tmp_src_sb, &tmp_dst_sb)) in same_file_ok()