/freebsd/tools/test/stress2/misc/ |
H A D | rsync2.sh | 12 rsync -r /usr/src/lib/libsysdecode $FS 13 rsync -r /usr/src/lib/libsysdecode $FS 14 rsync -r /usr/src/lib/libsysdecode $FS
|
H A D | msdos21.sh | 18 rsync -r /usr/src/lib/libsysdecode $FS 19 rsync -r /usr/src/lib/libsysdecode $FS 20 rsync -r /usr/src/lib/libsysdecode $FS
|
H A D | rsync3.sh | 27 rsync -avrq /usr/src/sys $mntpoint/usr/src; s=$? 29 rsync -avrq /usr/src/sys $mntpoint/usr/src; s=$?
|
H A D | rsync.sh | 27 rsync -avrq /usr/src/sys $mntpoint/usr/src; s=$? 30 rsync -avrq /usr/src/sys $mntpoint/usr/src; s=$?
|
/freebsd/tests/sys/cddl/zfs/bin/ |
H A D | file_write.c | 63 int rsync = 0; in main() local 98 rsync = 1; in main() 162 if (rsync) { in main()
|
/freebsd/contrib/unifdef/scripts/ |
H A D | upload.sh | 16 rsync --recursive --links --delete .git/ chiark:public-git/unifdef.git/ 17 rsync --recursive --links web/ chiark:public-html/prog/unifdef/
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/file/ |
H A D | file_write.c | 79 int rsync = 0; in main() local 115 rsync = 1; in main() 186 if (rsync) { in main()
|
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | qemu-3-deps-vm.sh | 23 samba sysstat rng-tools rsync wget xxhash 46 rsync samba sysstat uuid-dev watchdog wget xfslibs-dev xxhash zlib1g-dev 56 pkgconf python python3 pamtester pamtester qemu-guest-agent rsync xxhash 90 rpm-build rsync samba sysstat systemd watchdog wget xfsprogs-devel xxhash \
|
H A D | qemu-prepare-for-build.sh | 8 rsync -ar $HOME/work/zfs/zfs zfs@vm0:./
|
H A D | qemu-7-prepare.sh | 32 rsync -arL zfs@vm$i:$RESPATH/current $RESPATH/vm$i || true
|
/freebsd/tools/build/ |
H A D | beinstall.sh | 84 rsync -av --progress ${BE_MNTPT}/var/cache/pkg/. /var/cache/pkg/. 227 if which rsync >/dev/null 2>&1; then
|
/freebsd/crypto/openssl/ |
H A D | BSDmakefile | 63 @rsync -a --delete \ 68 @rsync -a --delete \
|
H A D | FREEBSD-upgrade | 31 $ rsync --exclude .git --delete -av ../openssl-X.Y.Z/ .
|
/freebsd/usr.sbin/bsdconfig/examples/ |
H A D | add_some_packages.sh | 10 for package in wget bash rsync; do
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/ |
H A D | slog_replay_fs_002.ksh | 103 log_must rsync -aHAX /$TESTPOOL/$TESTFS/ $TESTDIR/copy
|
H A D | slog_replay_fs_001.ksh | 218 log_must rsync -aHAX /$TESTPOOL/$TESTFS/ $TESTDIR/copy
|
/freebsd/contrib/libucl/ |
H A D | FREEBSD-upgrade | 17 # $ rsync -va --delete --exclude=.git /tmp/libucl/ /usr/src/contrib/libucl/
|
/freebsd/contrib/libfido2/fuzz/ |
H A D | Makefile | 77 gsutil -q -m rsync -d -r ${REMOTE}/libFuzzer/libfido2_$(@:/corpus=) $@
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/ |
H A D | commands.cfg | 75 rsync
|
H A D | libtest.shlib | 3770 # using rsync. If there are any discrepancies, a summary of the differences are 3790 # Run rsync with --dry-run --itemize-changes to get something akin to diff 3791 # output, but rsync is far more thorough in detecting differences (diff 3799 # NOTE: Quite a few rsync builds do not support --crtimes which would be 3802 # check if this rsync build supports it and use it then. This check is 3803 # based on the same check in the rsync test suite (testsuite/crtimes.test). 3808 if rsync --version | grep -q "[, ] crtimes"; then 3811 log_note "This rsync package does not support --crtimes (-N)." 3816 # you if the timestamps don't match but rsync will set the timestamps to 3822 # Different rsync versions have different numbers of columns. So just [all …]
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstdmt_compress.c | 847 rsyncState_t rsync; member 1276 mtctx->rsync.hash = 0; in ZSTDMT_initCStream_internal() 1277 mtctx->rsync.hitMask = (1ULL << rsyncBits) - 1; in ZSTDMT_initCStream_internal() 1278 mtctx->rsync.primePower = ZSTD_rollingHash_primePower(RSYNC_LENGTH); in ZSTDMT_initCStream_internal() 1692 U64 const primePower = mtctx->rsync.primePower; in findSynchronizationPoint() 1693 U64 const hitMask = mtctx->rsync.hitMask; in findSynchronizationPoint()
|
/freebsd/crypto/openssh/ |
H A D | FREEBSD-upgrade | 28 $ rsync --archive --delete --exclude=.git /path/to/openssh-X.YpZ/ ./
|
/freebsd/share/examples/csh/ |
H A D | dot.cshrc | 94 complete rsync "c,*:/,F:/," \
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaInstrInfo.td | 520 "rsync", []> {
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | README.md | 179 --rsyncable : compress using a rsync-friendly method (-B sets block size)
|