Home | History | Annotate | Download | only in sort

Lines Matching refs:k2

204 	atf_check -o file:expout sort -k2.1 in
227 atf_check -o file:expout sort -k2.1,2.0 in
262 -k2 -k1 in
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
359 atf_check -x "sort -S -k2b -k2 in >xx"
362 atf_check -x "sort -S -k2,2.1b -k2 in >xx"
365 atf_check -x "sort -S -k2.3 -k2 in >xx"
368 atf_check -x "sort -S -k2b,2.3 -k2 in >xx"
371 atf_check -x "sort -S -k2.3,2.1b -k2 in >xx"
374 atf_check -x "sort -S -k2,2.1b -k2r in >xx"
377 atf_check -x "sort -S -b -k2,2 -k2 in >xx"
381 #atf_check -x "sort -S -b -k2,2b -k2 in >xx"
702 atf_check -o file:in sort -tX -k2 -k1r,1 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
820 atf_set "descr" "Tests +- addressing: +1 should become -k2.1"
844 atf_set "descr" "Tests +- addressing: +1 -2 should become -k2.1,2.0"
937 sort -R + -k2 in