Home
last modified time | relevance | path

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

/freebsd/usr.bin/xinstall/
H A Dxinstall.c132 static int dobackup, docompare, dodir, dolink, dopreserve, dostrip, dounpriv, variable
186 docompare = 1; in main()
256 docompare = dopreserve = 1; in main()
853 if (docompare && !dostrip && target && S_ISREG(to_sb.st_mode)) { in install()
902 if (docompare && dostrip && target && S_ISREG(to_sb.st_mode)) { in install()