Lines Matching refs:sort

56 	atf_check -o file:expout sort in
67 atf_check -o empty sort empty
68 atf_check sort -c empty
69 atf_check sort -c -u empty
92 atf_check -o inline:'x\n' sort in
103 atf_check -o inline:'\0a\n\0b\n' sort in
123 atf_check -o file:out sort -r in
124 atf_check -o file:out sort -k 1,1r -k 1 in
136 sort -r in | awk '$0 "x" != x { print ; x = $0 "x" }' >out
137 atf_check -o file:out sort -u -r in
149 sort -d -k 2 $(atf_get_srcdir)/d_any_char_in.txt
152 sort -f -k 2 $(atf_get_srcdir)/d_any_char_in.txt
155 sort -i -k 2 $(atf_get_srcdir)/d_any_char_in.txt
171 atf_check -o file:in sort -b in
188 atf_check -s exit:1 -e ignore sort -c in
212 atf_check -o file:expout sort -k2.1 in
235 atf_check -o file:expout sort -s -k2.1,2.0 in
269 atf_check -o file:out sort -t: -k9 -k8 -k7 -k6 -k5 -k4 -k3 \
289 atf_check -o file:in sort -k2.2,2.1 -k2.3,2.4 in
306 atf_check -o file:in sort -k2,1.3 -k2.5,2.5 in
332 atf_check -o file:out sort -r -k1,1 -k2nr in
342 sort >in <<EOF
370 atf_check -e ignore sort -c -t: -k2n xx
373 atf_check -e ignore sort -c -t: -k3n xx
376 atf_check -e ignore sort -c -t: -k4n xx
379 atf_check -e ignore sort -c -t: -k5n xx
382 atf_check -e ignore sort -c -t: -k6n xx
385 atf_check -e ignore sort -c -t: -k7n xx
388 atf_check -e ignore sort -c -t: -k8n xx
418 atf_check -o file:out sort -df -k 1 -k 1d <in
455 atf_check -o file:out sort -m in1 in2
472 atf_check -o file:in sort -m -u in
501 atf_check -o file:out sort -mudf in
502 atf_check -o file:out sort -mudf -k1 in
536 atf_check -o file:expout sort -n in
558 atf_check -o file:expout sort -rn in
579 atf_check sort -u -o in in
598 atf_check sort /dev/null -o out
623 atf_check -o file:expout sort -r in
651 atf_check -o file:out sort -s -k1,1 in
678 atf_check -o file:out sort -smru -k1,1 in1 in1 in2 in2
693 atf_check -o file:in sort -t : -r +0 in
694 atf_check -o file:in sort -t : +0 -1 in
695 atf_check -o file:in sort -t : -r -k 1 in
696 atf_check -o file:in sort -t : -k 1,1 in
712 atf_check -o file:in sort -tX -k2 -k1r,1 in
732 atf_check -o file:out sort -b -t: +1.1 in
733 atf_check -o file:out sort -t: +1.1r in
734 atf_check -o file:out sort -b -t: -k 2.2 in
735 atf_check -o file:out sort -t: -k 2.2r in
752 atf_check -o file:in sort -t ' ' -k2,2 in
753 atf_check -o file:in sort -t ' ' -k2.1,2.0 in
761 atf_check -o file:out sort -t ' ' -k2,2 in
762 atf_check -o file:out sort -t ' ' -k2.1,2.0 in
770 atf_check -o file:out sort -k2 in
778 atf_check -o file:out sort -k2b in
801 atf_check -o file:expout sort -u in
824 atf_check -o file:expout sort -ru in
848 atf_check -o file:expout sort +1 in
872 atf_check -o file:expout sort -s +1 -2 in
885 atf_check -o file:+0 sort -- +0
902 atf_check -o file:in sort +1 -0.3 +1.4 -1.5 in
918 atf_check -o file:expout sort in +0
930 atf_check -o file:in sort -T /tmp +0 in
950 sort -R + -k2 in
962 yes | sed 200000q | sort -T + >/dev/null || atf_fail "program failed"
988 atf_check -o file:out sort -df +0 +0d in