Home
last modified time | relevance | path

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

12345678910>>...103

/netbsd/tests/usr.bin/sort/
H A Dt_sort.sh49 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
116 atf_check -o file:out sort -r in
163 atf_check -o file:in sort -b in
332 sort >in <<EOF
569 atf_check sort -u -o in in
875 atf_check -o file:+0 sort -- +0
[all …]
/netbsd/crypto/external/bsd/heimdal/dist/tests/db/
H A Dloaddump-db.in71 sort out-current-db > out-current-db-sort
74 sort out-current-db2 > out-current-db2-sort
75 cmp out-current-db-sort out-current-db2-sort || exit 1
85 sort < ${srcdir}/text-dump-0.7 | \
93 ${kadmin} dump | sort | \
95 sort < ${srcdir}/text-dump-no-ext | \
103 ${kadmin} dump | sort | \
105 sort < ${srcdir}/text-dump-known-ext | \
113 ${kadmin} dump | sort | \
115 sort < ${srcdir}/text-dump-unknown-ext | \
[all …]
/netbsd/external/bsd/nvi/dist/catalog/
H A DMakefile11 sort -u $@.base | \
49 awk '{print $$1}' < $$f.base | sort -u > __ck1; \
50 awk '{print $$1}' < english.base | sort -u > __ck2; \
58 `sed '/^$$/d' < $$f.base | sort -u | \
64 sed '/^$$/d' < $$f.base | sort | uniq -c | \
65 awk '$$1 != 1 { print $$0 }' | sort -n; \
68 sed '/^$$/d' < $$f | sort | uniq -c | \
69 awk '$$1 != 1 { print $$0 }' | sort -n; \
78 sort -n > $@
/netbsd/external/bsd/nvi/catalog/
H A DMakefile31 sort -u $$f | \
68 ${TOOL_AWK} '{print $$1}' < $$f.base | sort -u > __ck1; \
69 ${TOOL_AWK} '{print $$1}' < english.base | sort -u > __ck2; \
77 `${TOOL_SED} '/^$$/d' < $$f.base | sort -u | \
83 ${TOOL_SED} '/^$$/d' < $$f.base | sort | uniq -c | \
84 ${TOOL_AWK} '$$1 != 1 { print $$0 }' | sort -n; \
87 ${TOOL_SED} '/^$$/d' < $$f | sort | uniq -c | \
88 ${TOOL_AWK} '$$1 != 1 { print $$0 }' | sort -n; \
98 sort -n > $@
/netbsd/external/gpl2/gmake/dist/tests/scripts/variables/
H A Dspecial9 X1 := $(sort $(filter FOO BAR,$(.VARIABLES)))
13 X2 := $(sort $(filter FOO BAR,$(.VARIABLES)))
20 @echo LAST = $(sort $(filter FOO BAR,$(.VARIABLES)))
31 # X1 := $(sort $(.TARGETS))
36 # @echo LAST = $(sort $(.TARGETS))
38 # X2 := $(sort $(.TARGETS))
/netbsd/crypto/external/bsd/openssl/dist/test/
H A Dssl_test.tmpl28 foreach my $key (sort keys %server) {
35 foreach my $key (sort keys %server2) {
42 foreach my $key (sort keys %resume_server) {
50 foreach my $key (sort keys %client) {
56 foreach my $key (sort keys %resume_client) {
64 foreach my $key (sort keys %test) {
93 foreach my $key (sort keys %{$server{"extra"}}) {
100 foreach my $key (sort keys %{$server2{"extra"}}) {
107 foreach my $key (sort keys %{$resume_server{"extra"}}) {
114 foreach my $key (sort keys %{$client{"extra"}}) {
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/test/
H A Dssl_test.tmpl28 foreach my $key (sort keys %server) {
35 foreach my $key (sort keys %server2) {
42 foreach my $key (sort keys %resume_server) {
50 foreach my $key (sort keys %client) {
56 foreach my $key (sort keys %resume_client) {
64 foreach my $key (sort keys %test) {
93 foreach my $key (sort keys %{$server{"extra"}}) {
100 foreach my $key (sort keys %{$server2{"extra"}}) {
107 foreach my $key (sort keys %{$resume_server{"extra"}}) {
114 foreach my $key (sort keys %{$client{"extra"}}) {
[all …]
/netbsd/external/bsd/openldap/dist/doc/rfc/
H A Drfc2891.txt37 other reason cannot sort the results but still needs them sorted.
41 The sort controls allow a server to return a result code for the
131 -- type in sort key
134 -- rule in sort key
138 unwillingToPerform (53), -- unable to sort
153 sort control being included on the search request:
176 cannot sort the search results using the specified sort keys and
185 cannot sort the search results using the specified sort keys and
205 SHOULD assume that the sort control was ignored by the server.
211 error code as to why it could not sort the data (such as
[all …]
/netbsd/external/gpl2/groff/dist/src/preproc/refer/
H A DTODO3 Some sort of macro/subroutine that can cover several references.
20 Have some sort of quantifier: eg $.n#A means execute `$.n' for each
75 %A <sort stuff><magic token><print stuff>
78 but sort as though it were
79 %A <sort stuff>
89 these references should sort after any years)
98 Command to specify how various fields sort:
100 sort-as-date D
101 sort-as-title T
102 sort-as-other O
[all …]
/netbsd/external/historical/nawk/dist/bugs-fixed/
H A Dspace.awk11 sort = "LC_ALL=C sort"
15 i ~ /[[:space:]]/ ? "~" : "!~") | sort
19 i ~ /[[:blank:]]/ ? "~" : "!~") | sort
21 close(sort)
/netbsd/usr.bin/spell/spell/
H A Dspell.sh107 $DEROFF | sort -u | $SPELLPROG -o $TMP $STOP $STOP_LANG | \
108 $SPELLPROG $FLAGS $DICT $LANG $EXTRA | sort -u -k1f - $TMP | \
112 $DEROFF | sort -u | $SPELLPROG -o $TMP $STOP $STOP_LANG | \
113 $SPELLPROG $FLAGS $DICT $LANG $EXTRA | sort -u -k1f - $TMP
117 sort -u -k2f -k1 $VTMP
/netbsd/etc/
H A Dsecurity302 awk -F: '{ print $1 }' $MP | sort | uniq -d > $OUTPUT
357 sort -u | wc -l)
394 }' | sort -u
511 sort -k2 |
733 xargs -0 ls -ldgTq | sort +9 > $LIST
775 sort -k10 $TMP2 $CUR $TMP1 | \
815 egrep '^[bc]' $LIST | sort -k11 > $TMP1
846 sort -k11 | \
1009 $pkg_info | sort
1080 grep -v '^$' $TMP1 | sort -u > $TMP2
[all …]
/netbsd/external/gpl3/autoconf/dist/bin/
H A Dautoscan.in200 foreach my $word (sort keys %{$macro{$kind}})
463 foreach my $word (sort keys %{$used{$kind}})
496 print $file "$generic_macro{$kind}([" . join(' ', sort(@have)) . "])\n"
508 foreach my $word (sort keys %{$used{'library'}})
556 sort keys %unique_makefiles), "])\n");
562 sort @subdirs), "])\n");
589 uniq (sort (map { s/\(.*//; $_ } keys %needed_macros)));
623 foreach my $macro (sort keys %needed_macros)
/netbsd/external/gpl3/gcc.old/dist/gcc/doc/
H A Dlto-dump.texi64 [@option{-name-sort}]
65 [@option{-size-sort}]
66 [@option{-reverse-sort}]
67 [@option{-no-sort}]
93 @item -name-sort
96 @item -size-sort
99 @item -reverse-sort
102 @item -no-sort
/netbsd/external/gpl3/gcc/dist/gcc/doc/
H A Dlto-dump.texi64 [@option{-name-sort}]
65 [@option{-size-sort}]
66 [@option{-reverse-sort}]
67 [@option{-no-sort}]
93 @item -name-sort
96 @item -size-sort
99 @item -reverse-sort
102 @item -no-sort
/netbsd/external/mpl/bind/dist/bin/tests/system/
H A Dtestsummary.sh54 FAILED_TESTS=`grep 'R:[a-z0-9_-][a-z0-9_-]*:FAIL' systests.output | cut -d':' -f2 | sort | sed -e '…
61 …or -name 'core.*' -or -name '*.core' \) ! -name '*.txt' | cut -d'/' -f2 | sort -u | sed -e 's/^/I:…
67 …find . -name named.run | xargs grep "assertion failure" | cut -d'/' -f2 | sort -u | sed -e 's/^/I:…
73 TSAN_REPORT_TESTS=`find . -name 'tsan.*' | cut -d'/' -f2 | sort -u | sed -e 's/^/I: /'`
/netbsd/sys/fs/nfs/
H A Dnfs2netbsd.sh33 DIRS=$(echo "$FILES" | sed 's,/[^/*]*$,,' | sort -u)
51 ' | sort -u)
139 ) | sort | uniq -d)
173 ' | sort | awk '
/netbsd/external/gpl3/gcc/dist/contrib/
H A Dwarn_summary207 warningFilter < $tmpfile | srcdirFilter | $AWK -F: '{print$1}' | sort | \
208 uniq -c | sort -nr
212 warningFilter < $tmpfile | keywordFilter | sort | uniq -c | sort -nr
/netbsd/external/gpl3/gcc.old/dist/contrib/
H A Dwarn_summary207 warningFilter < $tmpfile | srcdirFilter | $AWK -F: '{print$1}' | sort | \
208 uniq -c | sort -nr
212 warningFilter < $tmpfile | keywordFilter | sort | uniq -c | sort -nr
/netbsd/external/gpl2/gmake/dist/tests/scripts/functions/
H A Dwildcard22 print1: ;\@echo \$(sort \$(wildcard example.*))
24 \t\@echo \$(sort \$(wildcard example.?))
25 \t\@echo \$(sort \$(wildcard example.[a-z0-9]))
26 \t\@echo \$(sort \$(wildcard example.[!A-Za-z_\\!]))
28 \t$delete_command \$(sort \$(wildcard example.*))
/netbsd/external/bsd/unbound/dist/contrib/
H A Dupdate-anchor.sh94 sed -e 's/^\.\././' | sort >> "$tmp2"
100 sed -e 's/^\.\././' | sort >> "$tmp2"
111 sed -e 's/^\.\././' | sort > "$tmp2"
117 sed -e 's/^\.\././' | sort > "$tmp2"
/netbsd/external/gpl3/gdb/dist/ld/testsuite/ld-scripts/
H A Dsort_b_a-1.d2 #ld: -T sort.t --sort-section alignment
3 #name: --sort-section alignment
H A Dsort_b_n-1.d2 #ld: -T sort.t --sort-section name
3 #name: --sort-section name
/netbsd/external/gpl3/gdb.old/dist/ld/testsuite/ld-scripts/
H A Dsort_b_n-1.d2 #ld: -T sort.t --sort-section name
3 #name: --sort-section name
H A Dsort_b_a-1.d2 #ld: -T sort.t --sort-section alignment
3 #name: --sort-section alignment

12345678910>>...103