Lines Matching refs:cmp
34 atf_check -s exit:0 -o empty -e empty cmp a - <a
35 atf_check -s exit:0 -o empty -e empty cmp - a <a
36 atf_check -s exit:1 -o not-empty -e empty cmp a - <b
37 atf_check -s exit:1 -o not-empty -e empty cmp - a <b
39 atf_check -s exit:0 -o empty -e empty cmp a a <&-
54 atf_check -s exit:0 cmp a a.lnk
55 atf_check -s exit:0 cmp a.lnk a
56 atf_check -s not-exit:0 -o ignore cmp a b.lnk
57 atf_check -s not-exit:0 -o ignore cmp b.lnk a
58 atf_check -s not-exit:0 -o ignore -e ignore cmp -h a a.lnk
59 atf_check -s not-exit:0 -o ignore -e ignore cmp -h a.lnk a
60 atf_check -s exit:0 cmp -h a.lnk a2.lnk
61 atf_check -s not-exit:0 -o ignore -e ignore cmp -h a.lnk adup.lnk
74 atf_check -s exit:0 cmp -s a b 4 3
75 atf_check -s exit:0 cmp -i 4:3 -s a b
76 atf_check -s exit:0 cmp -i 1 -s b c
77 atf_check -s exit:1 -o ignore cmp -z a b 4 3
78 atf_check -s exit:1 -o ignore cmp -i 4:3 -z a b
79 atf_check -s exit:1 -o ignore cmp -i 1 -z a b
94 atf_check -s exit:1 -o ignore cmp -s a b
95 atf_check -s exit:0 cmp -s a b 1k 1k
108 atf_check -s exit:1 -o ignore cmp -s a b
109 atf_check -s exit:0 cmp -sn 4 a b
110 atf_check -s exit:0 cmp -sn 3 a b
111 atf_check -s exit:1 -o ignore cmp -sn 5 a b
115 atf_check -s exit:0 -e empty cmp -sn 4 b - <a
116 atf_check -s exit:0 -e empty cmp -sn 3 b - <a
117 atf_check -s exit:1 -o ignore cmp -sn 5 b - <a
131 cmp -b a b
133 cmp -bl a b
142 cmp "$@" 2>stderr