Searched refs:seek (Results 1 – 15 of 15) sorted by relevance
28 dd bs=1k seek=128 of=k < /dev/null || framework_failure_44 dd bs=1k seek=1 of=k count=255 < /dev/zero || framework_failure_
28 dd bs=1 seek=$size of=sparse < /dev/null 2> /dev/null || framework_failure_
50 dd if=/dev/zero of=file.in bs=1M count=1 seek=1 conv=notrunc || fail=186 dd if=file.in of=manual.out bs=1M count=1 seek=2 conv=notrunc || fail=1
51 timeout 10 dd bs=1 seek=$DEV_OFLOW count=0 status=noxfer > "$device" 2> err
37 test "$file" = 'out' && { dd_file=of; dd_op=seek; }
61 dd bs=1 seek=5 count=0 status=noxfer > file 2> err || fail=1
112 dd if=/dev/null count=0x1 seek=0x1 skip=0x1 status=none 2>err || fail=1
25 timeout 10 dd bs=1 seek=8G of=big < /dev/null 2> /dev/null
31 dd bs=1 seek=4294967288 if=tmp of=big 2> err || dd_failed=1
1487 intmax_t seek = 0; in scanargs() local1565 seek = n; in scanargs()1639 if (output_flags & O_SEEK_BYTES && seek != 0) in scanargs()1641 seek_records = seek / output_blocksize; in scanargs()1642 seek_bytes = seek % output_blocksize; in scanargs()1644 else if (seek != 0) in scanargs()1645 seek_records = seek; in scanargs()
237 dd if=/dev/null of=$tmp_in seek=2000; }
101 tests/seek-data-capable \118 tests/dd/skip-seek-past-dev.sh \550 tests/dd/skip-seek.pl \553 tests/dd/skip-seek-past-file.sh \
575 $TIMEOUT_ $PYTHON_ "$abs_srcdir"/tests/seek-data-capable "$@"604 dd bs=1 seek=128K of=$t < /dev/null 2> /dev/null
271 exited with an "Illegal seek" error when such a file was replaced.474 dd now supports the aliases iseek=N for skip=N, and oseek=N for seek=N,994 tail --bytes=NUM will efficiently seek to the end of block devices,1653 seek pointer is not at the beginning.3482 Previously, erroneous parameters to skip and seek could result3507 per-entry seek time cost when operating on entries in readdir order.4638 then before copying "dd seek=N of=F" now extends F with zeroed
9491 @item seek=@var{n}9493 @opindex seek9623 Try to seek rather than write NUL output blocks.12514 dd bs=1 seek=2GiB if=/dev/null of=big