Home
last modified time | relevance | path

Searched refs:sort (Results 1 – 25 of 256) sorted by relevance

1234567891011

/dragonfly/contrib/ncurses/progs/
H A DMKtermsort.sh65 ' | sort | $AWK '{print "\t", $2, ",\t/* ", $1, " */";}';
74 ' | sort | $AWK '{print "\t", $2, ",\t/* ", $1, " */";}';
83 ' | sort | $AWK '{print "\t", $2, ",\t/* ", $1, " */";}';
92 ' | sort | $AWK '{print "\t", $2, ",\t/* ", $1, " */";}';
101 ' | sort | $AWK '{print "\t", $2, ",\t/* ", $1, " */";}';
110 ' | sort | $AWK '{print "\t", $2, ",\t/* ", $1, " */";}';
119 ' | sort | $AWK '{print "\t", $2, ",\t/* ", $1, " */";}';
128 ' | sort | $AWK '{print "\t", $2, ",\t/* ", $1, " */";}';
137 ' | sort | $AWK '{print "\t", $2, ",\t/* ", $1, " */";}';
/dragonfly/tools/diag/httpd-error/
H A Dhttpd-error38 sort | uniq -c | sort -nr | perl -npe 's/,$//'
43 sort | uniq -c | sort -nr
48 sort | uniq -c | sort +1
52 awk '{print $8}' | sort |
55 uniq -c | sort -nr
/dragonfly/share/examples/sunrpc/sort/
H A DMakefile6 GEN = sort_clnt.c sort_svc.c sort_xdr.c sort.h
15 rsort.o: rsort.c sort.h
18 $(RPCCOM) -l sort.x >$@
23 sort_proc.o: sort_proc.c sort.h
26 $(RPCCOM) -s udp sort.x >$@
29 $(RPCCOM) -c sort.x >$@
31 sort.h:
32 $(RPCCOM) -h sort.x >$@
/dragonfly/contrib/nvi2/catalog/
H A DMakefile10 sort -u $@.base | \
47 awk '{print $$1}' < $$f.base | sort -u > __ck1; \
48 awk '{print $$1}' < english.base | sort -u > __ck2; \
56 `sed '/^$$/d' < $$f.base | sort -u | \
62 sed '/^$$/d' < $$f.base | sort | uniq -c | \
63 awk '$$1 != 1 { print $$0 }' | sort -n; \
71 sort -nu > $@
/dragonfly/usr.bin/locate/locate/
H A Dmklocatedb.sh52 : ${sort:=sort}
56 sortcmd=$sort
80 locate -d $filelist / | $bigram | $sort -nr | head -128 |
87 $bigram < $filelist | $sort -nr |
H A Dconcatdb.sh48 : ${sort:=sort}
65 done | $bigram | $sort -nr | awk 'NR <= 128 { printf $2 }' > $bigrams
/dragonfly/etc/periodic/daily/
H A D440.status-mailq29 sort |
31 sort -nr |
50 sort |
52 sort -nr |
H A D460.status-mail-rejects72 }' | eval $shorten | sort -f | uniq -ic | sort -fnr | tee /dev/stderr | wc -l)
/dragonfly/contrib/ncurses/include/
H A DMKkey_defs.sh51 if sort -k 6 "$@" >$data 2>/dev/null
54 sed -e 's/[ ][ ]*/ /g' "$@" |sort -n -k 6 >$data
55 elif sort -n +5 "$@" >$data 2>/dev/null
58 sed -e 's/[ ][ ]*/ /g' "$@" |sort -n +5 >$data
/dragonfly/usr.bin/vi/catalog/
H A DMakefile37 env LANG=C sort -u ${.ALLSRC} | \
75 awk '{print $$1}' < $$f.base | sort -u > __ck1; \
76 awk '{print $$1}' < english.base | sort -u > __ck2; \
84 `sed '/^$$/d' < $$f.base | LANG=C sort -u | \
90 sed '/^$$/d' < $$f.base | LANG=C sort | uniq -c | \
91 awk '$$1 != 1 { print $$0 }' | sort -n; \
97 sed -e '/|/!d' -e 's/|/ "/' -e 's/^"//' | sort -nu > $@
/dragonfly/tools/
H A Dmake_libdeps.sh68 find ${LIBS} -mindepth 1 -name Makefile | sort |
94 sort -u
116 sort
/dragonfly/contrib/bmake/mk/
H A Dmeta2deps.sh109 sort -u
115 sort -u
423 xargs cat < $f | sort -u |
426 *) sort -u $f;;
435 sort -u $tf.dpdeps |
/dragonfly/usr.bin/unifdef/
H A Dunifdefall.sh49 "$unifdef" $debug -s "$@" | sort -u | sed 's/^/#undef /' >"$tmp/undefs"
51 cc -E -dM "$@" | sort >"$tmp/defs"
/dragonfly/share/examples/sunrpc/
H A DMakefile10 SUBDIR= dir msg sort
17 cd sort; $(MAKE) ${MFLAGS} cleanup
/dragonfly/usr.bin/lorder/
H A Dlorder.sh79 sort -s -k2,2 -o $R $R
80 sort -s -k2,2 -o $S $S
/dragonfly/contrib/libedit/src/
H A Dmakelist135 sort | tr '[:lower:]' '[:upper:]' | $AWK '
151 cat $FILES | $AWK '/el_action_t/ { print $3 }' | sort | $AWK '
/dragonfly/tools/tools/local_syms/
H A Dlocal_syms.sh14 done | sort | uniq > ${TMPFILE}/external_syms
18 nm -pg --defined-only $a | awk '{ print $3 ; }' | sort > ${TMPFILE}/defined_syms
/dragonfly/usr.bin/sort/
H A DMakefile3 PROG= sort
9 sort.c \
/dragonfly/contrib/gcc-4.7/gcc/
H A Dopt-gather.awk24 function sort(ARRAY, ELEMENTS) function
50 sort(record,numrec)
/dragonfly/contrib/gcc-8.0/gcc/
H A Dopt-gather.awk24 function sort(ARRAY, ELEMENTS) function
50 sort(record,numrec)
/dragonfly/contrib/file/magic/Magdir/
H A Dbasis12 >>13 short 0 (sort)
17 >>13 short 0 (sort)
/dragonfly/contrib/lvm2/dist/test/
H A Dt-mirror-lvconvert-usage.sh39 echo $pvs | sed 's/ /\n/g' | sort | uniq > out1
46 sed 's/([^)]*)//g; s/ //g; s/,/ /g' | sort | uniq >> out2
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/parallel/
H A Dalgo.h1617 sort(_RAIter __begin, _RAIter __end, in _GLIBCXX_VISIBILITY()
1619 { _GLIBCXX_STD_A::sort(__begin, __end); } in _GLIBCXX_VISIBILITY()
1653 sort(_RAIter __begin, _RAIter __end) in _GLIBCXX_VISIBILITY()
1656 sort(__begin, __end, std::less<_ValueType>(), in _GLIBCXX_VISIBILITY()
1663 sort(_RAIter __begin, _RAIter __end, in _GLIBCXX_VISIBILITY()
1673 sort(_RAIter __begin, _RAIter __end, in _GLIBCXX_VISIBILITY()
1683 sort(_RAIter __begin, _RAIter __end, in _GLIBCXX_VISIBILITY()
1693 sort(_RAIter __begin, _RAIter __end, in _GLIBCXX_VISIBILITY()
1703 sort(_RAIter __begin, _RAIter __end, in _GLIBCXX_VISIBILITY()
1713 sort(_RAIter __begin, _RAIter __end, in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/lib/libfetch/
H A DMakefile24 | sort \
35 | sort \
/dragonfly/contrib/binutils-2.27/gprof/
H A Dflat_bl.m9 seconds function alone. This is the major sort for this
23 name the name of the function. This is the minor sort

1234567891011