Home
last modified time | relevance | path

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

/coreutils/tests/cp/
Dsparse-2.sh28 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_
Dsparse.sh28 dd bs=1 seek=$size of=sparse < /dev/null 2> /dev/null || framework_failure_
/coreutils/tests/dd/
Dsparse.sh50 dd if=/dev/zero of=file.in bs=1M count=1 seek=1 conv=notrunc || fail=1
86 dd if=file.in of=manual.out bs=1M count=1 seek=2 conv=notrunc || fail=1
Dskip-seek-past-dev.sh51 timeout 10 dd bs=1 seek=$DEV_OFLOW count=0 status=noxfer > "$device" 2> err
Dno-allocate.sh37 test "$file" = 'out' && { dd_file=of; dd_op=seek; }
Dskip-seek-past-file.sh61 dd bs=1 seek=5 count=0 status=noxfer > file 2> err || fail=1
Dmisc.sh112 dd if=/dev/null count=0x1 seek=0x1 skip=0x1 status=none 2>err || fail=1
/coreutils/tests/du/
D8gb.sh25 timeout 10 dd bs=1 seek=8G of=big < /dev/null 2> /dev/null
/coreutils/tests/tail/
Dbig-4gb.sh31 dd bs=1 seek=4294967288 if=tmp of=big 2> err || dd_failed=1
/coreutils/src/
Ddd.c1487 intmax_t seek = 0; in scanargs() local
1565 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()
/coreutils/tests/help/
Dhelp-version.sh237 dd if=/dev/null of=$tmp_in seek=2000; }
/coreutils/tests/
Dlocal.mk101 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 \
/coreutils/
Dinit.cfg575 $TIMEOUT_ $PYTHON_ "$abs_srcdir"/tests/seek-data-capable "$@"
604 dd bs=1 seek=128K of=$t < /dev/null 2> /dev/null
DNEWS271 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 result
3507 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
/coreutils/doc/
Dcoreutils.texi9491 @item seek=@var{n}
9493 @opindex seek
9623 Try to seek rather than write NUL output blocks.
12514 dd bs=1 seek=2GiB if=/dev/null of=big