Lines Matching refs:null
35 dd status=none if=$tmp_in of=/dev/null 2> err || fail=1
36 compare /dev/null err || fail=1
37 dd status=none if=$tmp_in skip=2 of=/dev/null 2> err || fail=1
38 compare /dev/null err || fail=1
40 dd status=noxfer status=none if=$tmp_in of=/dev/null 2> err || fail=1
41 compare /dev/null err || fail=1
43 dd status=none status=noxfer if=$tmp_in of=/dev/null 2> err || fail=1
44 compare /dev/null err && fail=1
46 dd if=$tmp_in of=$tmp_out 2> /dev/null || fail=1
50 dd -- if=$tmp_in of=$tmp_out 2> /dev/null || fail=1
53 if dd oflag=append if=$tmp_in of=$tmp_out 2> /dev/null; then
57 case $(cat /dev/stdin <$tmp_in 2>/dev/null) in
64 if dd iflag=nofollow if=$tmp_in count=0 2> /dev/null; then
65 returns_ 1 dd iflag=nofollow if=$tmp_sym count=0 2> /dev/null || fail=1
68 if dd iflag=directory if=. count=0 2> /dev/null; then
69 dd iflag=directory count=0 <. 2> /dev/null || fail=1
70 returns_ 1 dd iflag=directory count=0 <$tmp_in 2> /dev/null || fail=1
75 if dd iflag=noatime if=$tmp_in of=$tmp_out 2> /dev/null; then
90 if dd oflag=nolinks if=$tmp_in of=$tmp_out 2> /dev/null; then
91 returns_ 1 dd iflag=nolinks if=$tmp_in > /dev/null 2>&1 || fail=1
92 returns_ 1 dd iflag=nolinks < $tmp_in > /dev/null 2>&1 || fail=1
96 outbytes=$(echo x | dd bs=3 ibs=10 obs=10 conv=sync 2>/dev/null | wc -c)
112 dd if=/dev/null count=0x1 seek=0x1 skip=0x1 status=none 2>err || fail=1
124 compare /dev/null $tmp_out || fail=1