Searched refs:tmp_src_sb (Results 1 – 2 of 2) sorted by relevance
1469 struct stat tmp_src_sb; in same_file_ok() local1526 || lstat (src_name, &tmp_src_sb) != 0) in same_file_ok()1529 src_sb_link = &tmp_src_sb; in same_file_ok()1671 tmp_src_sb = *src_sb_link; in same_file_ok()1672 else if (stat (src_name, &tmp_src_sb) != 0) in same_file_ok()1680 if ( ! SAME_INODE (tmp_src_sb, tmp_dst_sb)) in same_file_ok()
1435 struct stat tmp_src_sb; in same_file_ok() local1492 || lstat (src_name, &tmp_src_sb) != 0) in same_file_ok()1495 src_sb_link = &tmp_src_sb; in same_file_ok()1637 tmp_src_sb = *src_sb_link; in same_file_ok()1638 else if (stat (src_name, &tmp_src_sb) != 0) in same_file_ok()1646 if ( ! SAME_INODE (tmp_src_sb, tmp_dst_sb)) in same_file_ok()