Searched refs:fifo (Results 1 – 25 of 26) sorted by relevance
12
35 mkfifo_or_skip_ fifo37 touch fifo-copy &&38 chgrp $g1 fifo &&39 chgrp $g2 fifo-copy &&40 chmod g+r fifo-copy || framework-failure47 cp -p --copy-contents fifo fifo-copy & pid=$!52 while test ! -s fifo-copy; do57 ls -l -n fifo-copy >ls.out &&63 ) >fifo || fail=187 ls -l -n fifo-copy >ls.out &&
26 mkfifo_or_skip_ fifo33 cp -p --copy-contents fifo fifo-copy & pid=$!38 while test ! -f fifo-copy; do43 ls -l fifo-copy >ls.out49 ) >fifo
23 mkfifo_or_skip_ fifo29 timeout 10 cp -R $force fifo e || fail=130 test -p fifo || fail=1
35 mkfifo_or_skip_ $attr/fifo48 ls_output=$(cat d/$attr/fifo) || fail=1
51 if mkfifo fifo; then52 cp -a --no-preserve=mode fifo fifo_copy || fail=1
88 mkfifo_or_skip_ fifo94 { sleep .1; timeout 10 dd of=/dev/null status=none; } <fifo101 } >fifo105 read_fifo() { timeout 10 dd count=1 if=fifo of=/dev/null status=none & }109 yes >fifo114 yes | returns_ $pipe_status timeout 10 tee ./e/noent 2>err >fifo || fail=1119 yes | timeout 10 tee -p 2>err >fifo || fail=1124 yes | returns_ 1 timeout 10 tee --output-error=warn 2>err >fifo || fail=1129 yes | returns_ 1 timeout 10 tee --output-error=exit /dev/null 2>err >fifo \135 yes | returns_ 1 timeout 10 tee --output-error=exit ./e/noent 2>err >fifo \[all …]
54 mkfifo_or_skip_ fifo55 returns_ 124 timeout 10 sync fifo && fail=1
23 mkfifo_or_skip_ fifo
42 mkfifo_or_skip_ dd.fifo49 dd ibs=3 obs=3 if=dd.fifo > out 2> err&50 (printf 'ab'; sleep $delay; printf 'cd') > dd.fifo63 dd bs=3 ibs=1 obs=1 if=dd.fifo > out 2> err&64 (printf 'ab'; sleep $delay; printf 'cd') > dd.fifo
30 mkfifo_or_skip_ fifo45 dd iflag=fullblock if=/dev/zero of=fifo count=50 bs=5000000 2>err & pid=$!
27 mkfifo_or_skip_ fifo39 dd count=1 if=fifo > out & pid=$!40 (echo 1; sleep $delay; echo 2) | cat -v > fifo
36 mkfifo_or_skip_ fifo41 cat > /dev/null) < fifo & pid=$!46 sort --parallel=2 in > fifo || fail=1
22 mkfifo_or_skip_ fifo24 echo 1 > fifo &33 timeout 10 tail $fastpoll -f fifo > out & pid=$!
62 mkfifo_or_skip_ fifo63 seq 1000 > fifo & pid=$!64 TMPDIR=$FULL_PARTITION_TMPDIR tac fifo in >out 2>err && fail=1
51 mkfifo_or_skip_ fifo61 head -c 10 fifo > out & pid=$!64 ( trap '' PIPE && ulimit -v $vm && env $prog %20000000f 0 2>err-msg > fifo )
22 mkfifo_or_skip_ fifo25 touch fifo || fail=1
22 mkfifo_or_skip_ fifo24 timeout 10 truncate -s0 fifo
27 mkfifo_or_skip_ fifo28 timeout 10 df fifo || fail=1
34 mkfifo_or_skip_ fifo43 fifo|
34 mkfifo_or_skip_ fifo40 fifo|
52 mkfifo $(fake_home)/fifo
656 # mkfifo: cannot make fifo 'fifo-10558': Not owner657 skip_ 'unable to create a fifo'
963 df no longer hangs when given a fifo argument.3602 "cp -p some-fifo some-file" no longer fails while trying to copy the3603 permissions from the some-fifo argument.3632 "cp -fR fifo E" now succeeds with an existing E. Before this fix, using3633 -fR to copy a fifo or "special" file onto an existing file would fail
446 tests/truncate/truncate-fifo.sh \732 tests/touch/fifo.sh \
162 fifo, enumerator3082 case DT_FIFO: type = fifo; break; in print_dir()4934 else if (stat_ok ? S_ISFIFO (mode) : type == fifo) in get_type_indicator()