Home
last modified time | relevance | path

Searched refs:sort (Results 101 – 125 of 1033) sorted by relevance

12345678910>>...42

/freebsd/contrib/one-true-awk/testdir/
H A Dp.484 print c ":" pop[c] | "sort" }
H A Dt.in16 print i, name[i], amount[name[i]] | "sort"
H A Dp.504 print cc ":" pop[cc] | "sort -t: -k 1,1 -k 3nr" }
H A Dtt.166 END { for (i in w) print w[i], i | "sort -nr" }
/freebsd/tools/tools/usb/
H A Dprint-usb-if-vids.sh30 awk -F '|' '{ printf "%#06x\t%s\n", $1, $2 }' < /tmp/usb.if | sort
/freebsd/sys/contrib/openzfs/cmd/zed/zed.d/
H A Dall-debug.sh18 env | sort
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dsort.h36 #define sort(base, num, size, cmp, swap) do { \ macro
/freebsd/tools/tools/man/
H A Dcheckmlinks.sh33 done | sort -u
/freebsd/tools/tools/build_option_survey/
H A Dlistallopts.sh13 sort |
/freebsd/contrib/ntp/scripts/deprecated/
H A Dntp-close6 sort -n +7 > /tmp/ntp-close
/freebsd/contrib/tcsh/nls/
H A Dcatgen7 awk '/^\$set/ {print $2, FILENAME}' "$@" | sort -n | cut -d ' ' -f 2
/freebsd/tools/test/stress2/misc/
H A Doom.sh44 sort < /dev/zero &
H A Dnuma.sh45 ../misc/sort.sh
H A Doom2.sh44 sort < /dev/zero > /dev/null 2>&1 &
/freebsd/lib/libc/db/test/hash.tests/
H A Dmakedb.sh5 sort | uniq | \
/freebsd/crypto/openssh/regress/
H A Dagent-restrict.sh87 keylist) _command="$SSHADD -L | cut -d' ' -f-2 | sort" ;;
230 sort $OBJ/expect_list.pre > $OBJ/expect_list
335 $SSHADD -L | egrep "^ssh" | cut -d" " -f-2 | sort
372 test "x$_keys" = "xnone" || sort $OBJ/expect_keys >> $OBJ/expect_a
380 sort $OBJ/expect_keys >> $OBJ/expect_a
/freebsd/lib/libc/db/test/
H A Drun.test334 sort -o $TMP1 $TMP1
335 sort -o $TMP3 $TMP3
434 sort -o $TMP3 $TMP3
/freebsd/crypto/openssl/doc/
H A Dbuild.info.in25 foreach my $p (sort keys %podfiles) {
69 foreach my $p (sort keys %pngfiles) {
/freebsd/contrib/bmake/unit-tests/
H A Dmake-exported.mk25 @env | sort | ${EGREP} '^UT_|make-exported-value' || true
/freebsd/contrib/netbsd-tests/dev/clock_subr/
H A Dclock_subr_test_data_gen.sh25 )|sort -u
/freebsd/bin/sh/tests/expansion/
H A Dlength7.010 # some sort of 't' outside BMP
H A Dlength8.010 # some sort of 't' outside BMP
/freebsd/contrib/netbsd-tests/bin/sh/
H A Dt_ulimit.sh39 sed -e 's/.*\(-[A-Za-z0-9]\)[^A-Za-z0-9].*/\1/' | sort -u)
/freebsd/bin/sh/tests/parser/
H A Ddollar-quote11.02 # some sort of 't' outside BMP
/freebsd/lib/libsysdecode/
H A Dmkioctls31 LC_ALL=C sort | \

12345678910>>...42