Home
last modified time | relevance | path

Searched refs:fifo (Results 1 – 25 of 26) sorted by relevance

12

/coreutils/tests/cp/
Dexisting-perm-race.sh35 mkfifo_or_skip_ fifo
37 touch fifo-copy &&
38 chgrp $g1 fifo &&
39 chgrp $g2 fifo-copy &&
40 chmod g+r fifo-copy || framework-failure
47 cp -p --copy-contents fifo fifo-copy & pid=$!
52 while test ! -s fifo-copy; do
57 ls -l -n fifo-copy >ls.out &&
63 ) >fifo || fail=1
87 ls -l -n fifo-copy >ls.out &&
Dfile-perm-race.sh26 mkfifo_or_skip_ fifo
33 cp -p --copy-contents fifo fifo-copy & pid=$!
38 while test ! -f fifo-copy; do
43 ls -l fifo-copy >ls.out
49 ) >fifo
Dspecial-f.sh23 mkfifo_or_skip_ fifo
29 timeout 10 cp -R $force fifo e || fail=1
30 test -p fifo || fail=1
Dparent-perm-race.sh35 mkfifo_or_skip_ $attr/fifo
48 ls_output=$(cat d/$attr/fifo) || fail=1
Dpreserve-mode.sh51 if mkfifo fifo; then
52 cp -a --no-preserve=mode fifo fifo_copy || fail=1
/coreutils/tests/misc/
Dtee.sh88 mkfifo_or_skip_ fifo
94 { sleep .1; timeout 10 dd of=/dev/null status=none; } <fifo
101 } >fifo
105 read_fifo() { timeout 10 dd count=1 if=fifo of=/dev/null status=none & }
109 yes >fifo
114 yes | returns_ $pipe_status timeout 10 tee ./e/noent 2>err >fifo || fail=1
119 yes | timeout 10 tee -p 2>err >fifo || fail=1
124 yes | returns_ 1 timeout 10 tee --output-error=warn 2>err >fifo || fail=1
129 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 …]
Dsync.sh54 mkfifo_or_skip_ fifo
55 returns_ 124 timeout 10 sync fifo && fail=1
Dmknod.sh23 mkfifo_or_skip_ fifo
/coreutils/tests/dd/
Dreblock.sh42 mkfifo_or_skip_ dd.fifo
49 dd ibs=3 obs=3 if=dd.fifo > out 2> err&
50 (printf 'ab'; sleep $delay; printf 'cd') > dd.fifo
63 dd bs=3 ibs=1 obs=1 if=dd.fifo > out 2> err&
64 (printf 'ab'; sleep $delay; printf 'cd') > dd.fifo
Dstats.sh30 mkfifo_or_skip_ fifo
45 dd iflag=fullblock if=/dev/zero of=fifo count=50 bs=5000000 2>err & pid=$!
/coreutils/tests/cat/
Dcat-buf.sh27 mkfifo_or_skip_ fifo
39 dd count=1 if=fifo > out & pid=$!
40 (echo 1; sleep $delay; echo 2) | cat -v > fifo
/coreutils/tests/sort/
Dsort-spinlock-abuse.sh36 mkfifo_or_skip_ fifo
41 cat > /dev/null) < fifo & pid=$!
46 sort --parallel=2 in > fifo || fail=1
/coreutils/tests/tail/
Dpipe-f2.sh22 mkfifo_or_skip_ fifo
24 echo 1 > fifo &
33 timeout 10 tail $fastpoll -f fifo > out & pid=$!
/coreutils/tests/tac/
Dtac-continue.sh62 mkfifo_or_skip_ fifo
63 seq 1000 > fifo & pid=$!
64 TMPDIR=$FULL_PARTITION_TMPDIR tac fifo in >out 2>err && fail=1
/coreutils/tests/printf/
Dprintf-surprise.sh51 mkfifo_or_skip_ fifo
61 head -c 10 fifo > out & pid=$!
64 ( trap '' PIPE && ulimit -v $vm && env $prog %20000000f 0 2>err-msg > fifo )
/coreutils/tests/touch/
Dfifo.sh22 mkfifo_or_skip_ fifo
25 touch fifo || fail=1
/coreutils/tests/truncate/
Dtruncate-fifo.sh22 mkfifo_or_skip_ fifo
24 timeout 10 truncate -s0 fifo
/coreutils/tests/df/
Dunreadable.sh27 mkfifo_or_skip_ fifo
28 timeout 10 df fifo || fail=1
/coreutils/tests/ls/
Dfile-type.sh34 mkfifo_or_skip_ fifo
43 fifo|
Dclassify.sh34 mkfifo_or_skip_ fifo
40 fifo|
/coreutils/
Ddist-check.mk52 mkfifo $(fake_home)/fifo
Dinit.cfg656 # mkfifo: cannot make fifo 'fifo-10558': Not owner
657 skip_ 'unable to create a fifo'
DNEWS963 df no longer hangs when given a fifo argument.
3602 "cp -p some-fifo some-file" no longer fails while trying to copy the
3603 permissions from the some-fifo argument.
3632 "cp -fR fifo E" now succeeds with an existing E. Before this fix, using
3633 -fR to copy a fifo or "special" file onto an existing file would fail
/coreutils/tests/
Dlocal.mk446 tests/truncate/truncate-fifo.sh \
732 tests/touch/fifo.sh \
/coreutils/src/
Dls.c162 fifo, enumerator
3082 case DT_FIFO: type = fifo; break; in print_dir()
4934 else if (stat_ok ? S_ISFIFO (mode) : type == fifo) in get_type_indicator()

12