Lines Matching +full:140 +full:- +full:157
31 set -- x `eval $cmd | wc -c`
48 if ! df /dev/fd | grep -q '^fdescfs'; then
56 "dd if=/dev/zero of=/dev/fd/5 count=1 5>&1 >&- 2>/dev/null"
58 "dd if=/dev/zero of=/dev/fd/5 count=1 5>&1 >&- 2>&-"
62 res="`echo -n "$2" | eval $1`"
68 …\125\126\127\130\131\132\133\134\135\136\137\140\141\142\143\144\145\146\147\150\151\152\153\154\1…
70 …73\133\154\120\175\115\135\134\116\153\140\113\141\360\361\362\363\364\365\366\367\370\371\172\136…
72 allvisbits=`echo -n "$allbits1" | unvis | vis`
73 ebcdicvisbits=`echo -n "$ebcdicbits1" | unvis | vis`
117 atf_check -s exit:0 -e ignore \
119 atf_check -s exit:0 -e ignore -o match:'^TEST1234$' dd if=testfile
120 eval $(stat -s testfile)
123 echo -n TEST1234 > tf2
124 atf_check -s exit:0 -e ignore -x \
126 atf_check -s exit:0 -e ignore -o match:'^TEST$' dd if=tf2
127 eval $(stat -s tf2)