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

/freebsd-13-stable/usr.sbin/bsdconfig/examples/
H A Dadd_some_packages.sh11 for package in wget bash rsync; do
/freebsd-13-stable/tests/sys/cddl/zfs/bin/
H A Dfile_write.c65 int rsync = 0; local
100 rsync = 1;
164 if (rsync) {
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/file_write/
H A Dfile_write.c78 int rsync = 0; local
114 rsync = 1;
185 if (rsync) {
/freebsd-13-stable/tools/build/
H A Dbeinstall.sh88 rsync -av --progress ${BE_MNTPT}/var/cache/pkg/. /var/cache/pkg/.
241 if which rsync >/dev/null 2>&1; then
/freebsd-13-stable/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c819 rsyncState_t rsync; member in struct:ZSTDMT_CCtx_s
1246 mtctx->rsync.hash = 0;
1247 mtctx->rsync.hitMask = (1ULL << rsyncBits) - 1;
1248 mtctx->rsync.primePower = ZSTD_rollingHash_primePower(RSYNC_LENGTH);
1658 U64 const primePower = mtctx->rsync.primePower;
1659 U64 const hitMask = mtctx->rsync.hitMask;

Completed in 116 milliseconds