Searched refs:files_match (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/usr.bin/xinstall/
H A Dxinstall.c720 int devnull, files_match, from_fd, serrno, target; local
725 files_match = 0;
787 files_match = to_sb.st_size == 0;
789 files_match = !(compare(from_fd, from_name,
794 if (!files_match)
798 if (!files_match) {
864 files_match = 1;
878 if (tempcopy && !files_match) {
918 if (dopreserve && !files_match && !devnull) {

Completed in 99 milliseconds