Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/xinstall/
H A Dxinstall.c144 static int dobackup, docompare, dodir, dolink, dopreserve, dostrip, dounpriv, variable
198 docompare = 1; in main()
268 docompare = dopreserve = 1; in main()
865 if (docompare && !dostrip && target && S_ISREG(to_sb.st_mode)) { in install()
914 if (docompare && dostrip && target && S_ISREG(to_sb.st_mode)) { in install()