Home
last modified time | relevance | path

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

/coreutils/src/
Dinstall.c658 struct stat from_sb; in install_file_in_file() local
659 if (x->preserve_timestamps && stat (from, &from_sb) != 0) in install_file_in_file()
673 if (x->preserve_timestamps && (strip_files || ! S_ISREG (from_sb.st_mode)) in install_file_in_file()
674 && ! change_timestamps (&from_sb, to, to_dirfd, to_relname)) in install_file_in_file()