Lines Matching refs:sort
49 atf_check -o file:expout sort in
60 atf_check -o empty sort -S empty
61 atf_check sort -S -c empty
62 atf_check sort -S -c -u empty
85 atf_check -o inline:'x\n' sort in
96 atf_check -o inline:'\0a\n\0b\n' sort -S in
116 atf_check -o file:out sort -r in
117 atf_check -o file:out sort -k 1,1r -k 1 in
129 sort -S -r in | awk '$0 "x" != x { print ; x = $0 "x" }' >out
130 atf_check -o file:out sort -u -r in
142 sort -d -k 2 $(atf_get_srcdir)/d_any_char_in.txt
145 sort -f -k 2 $(atf_get_srcdir)/d_any_char_in.txt
148 sort -i -k 2 $(atf_get_srcdir)/d_any_char_in.txt
163 atf_check -o file:in sort -b in
180 atf_check -s exit:1 -e ignore sort -S -c in
204 atf_check -o file:expout sort -k2.1 in
227 atf_check -o file:expout sort -k2.1,2.0 in
261 atf_check -o file:out sort -t: -k9 -k8 -k7 -k6 -k5 -k4 -k3 \
281 atf_check -o file:in sort -k2.2,2.1 -k2.3,2.4 in
298 atf_check -o file:in sort -k2,1.3 -k2.5,2.5 in
322 atf_check -o file:out sort -r -k1,1 -k2n in
332 sort >in <<EOF
360 atf_check -e ignore sort -c -t: -k2n xx
363 atf_check -e ignore sort -c -t: -k3n xx
366 atf_check -e ignore sort -c -t: -k4n xx
369 atf_check -e ignore sort -c -t: -k5n xx
372 atf_check -e ignore sort -c -t: -k6n xx
375 atf_check -e ignore sort -c -t: -k7n xx
378 atf_check -e ignore sort -c -t: -k8n xx
408 atf_check -o file:out sort -df -k 1 -k 1d <in
445 atf_check -o file:out sort -S -m in1 in2
462 atf_check -o file:in sort -m -u in
491 atf_check -o file:out sort -mudf in
492 atf_check -o file:out sort -mudf -k1 in
526 atf_check -o file:expout sort -n in
548 atf_check -o file:expout sort -rn in
569 atf_check sort -u -o in in
588 atf_check sort -S /dev/null -o out
613 atf_check -o file:expout sort -r in
641 atf_check -o file:out sort -s -k1,1 in
668 atf_check -o file:out sort -smru -k1,1 in1 in1 in2 in2
683 atf_check -o file:in sort -t : -r +0 in
684 atf_check -o file:in sort -t : +0 -1 in
685 atf_check -o file:in sort -t : -r -k 1 in
686 atf_check -o file:in sort -t : -k 1,1 in
702 atf_check -o file:in sort -tX -k2 -k1r,1 in
722 atf_check -o file:out sort -b -t: +1.1 in
723 atf_check -o file:out sort -t: +1.1r in
724 atf_check -o file:out sort -b -t: -k 2.2 in
725 atf_check -o file:out sort -t: -k 2.2r in
742 atf_check -o file:in sort -t ' ' -k2,2 in
743 atf_check -o file:in sort -t ' ' -k2.1,2.0 in
751 atf_check -o file:out sort -t ' ' -k2,2 in
752 atf_check -o file:out sort -t ' ' -k2.1,2.0 in
760 atf_check -o file:out sort -S -k2 in
768 atf_check -o file:out sort -S -k2b in
791 atf_check -o file:expout sort -u in
814 atf_check -o file:expout sort -ru in
838 atf_check -o file:expout sort +1 in
862 atf_check -o file:expout sort +1 -2 in
875 atf_check -o file:+0 sort -- +0
892 atf_check -o file:in sort +1 -0.3 +1.4 -1.5 in
907 atf_check -o file:expout sort in +0
919 atf_check -o file:in sort -T /tmp +0 in
937 sort -R + -k2 in
949 yes | sed 200000q | sort -T + >/dev/null || atf_fail "program failed"
975 atf_check -o file:out sort -df +0 +0d in