Home
last modified time | relevance | path

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

/coreutils/src/
Dinstall.c96 static bool strip_files; variable
666 if (strip_files) in install_file_in_file()
673 if (x->preserve_timestamps && (strip_files || ! S_ISREG (from_sb.st_mode)) in install_file_in_file()
806 strip_files = false; in main()
827 strip_files = true; in main()
916 if (dir_arg && strip_files) in main()
997 if (strip_program_specified && !strip_files) in main()
1008 if (copy_only_if_needed && strip_files) in main()