Home
last modified time | relevance | path

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

/coreutils/tests/dd/
Dreblock.sh49 dd ibs=3 obs=3 if=dd.fifo > out 2> err&
63 dd bs=3 ibs=1 obs=1 if=dd.fifo > out 2> err&
Dno-allocate.sh31 (ulimit -v $vm && dd obs=30M count=0) || fail=1
39 test "$buf" = 'out' && { dd_buf=obs; }
Dsparse.sh65 dd if=file.in of=file.out ibs=1M obs=2M conv=sparse || fail=1
79 dd if=file.in of=file.out ibs=2M obs=1M conv=sparse,notrunc
Dmisc.sh96 outbytes=$(echo x | dd bs=3 ibs=10 obs=10 conv=sync 2>/dev/null | wc -c)
/coreutils/src/
Dtac-pipe.c45 struct obstack obs; member
56 #define OBS (&(x->obs)) in buf_init_from_stdin()
Dls.c1018 push_current_dired_pos (struct obstack *obs) in push_current_dired_pos() argument
1021 obstack_grow (obs, &dired_pos, sizeof dired_pos); in push_current_dired_pos()
/coreutils/doc/
Dcoreutils.texi9453 @item obs=@var{bytes}
9454 @opindex obs
9466 overriding any @samp{ibs} and @samp{obs} settings.
9495 Skip @var{n} @samp{obs}-byte blocks in the output file before
9883 Any block size you specify via @samp{bs=}, @samp{ibs=}, @samp{obs=}, @samp{cbs=}
/coreutils/
DNEWS3980 dd bs= operands now silently override any later ibs= and obs=