/netbsd-src/tests/usr.bin/sort/ |
H A D | t_sort.sh | 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 [all …]
|
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/db/ |
H A D | loaddump-db.in | 71 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 84 ${kadmin} dump | sort | sed 's/[0-9]* -$//' > out-text-dump-0.7 || 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 | \ [all …]
|
/netbsd-src/external/bsd/libfido2/dist/man/ |
H A D | check.sh | 12 awk '/^.Nm/ { print $2 }' | sort -u > "$T/Nm" 13 xargs -0 awk '/^.Fn/ { print $2 }' < "$T/files" | sort -u > "$T/Fn" 16 cut -c2- ../src/export.llvm | sort > "$T/exports" 20 awk '/.3$/ { print $1 }' | sort > "$T/listed_sources" 21 xargs -0 -n1 basename < "$T/files" | sort > "$T/actual_sources" 25 sed '1d;$d' | awk '{ print $1, $2 }' | sort > "$T/listed_aliases" 28 sort > "$T/actual_aliases" 33 paste -d " " - - | sed 's/\* /\*/' | sort > "$T/documented_prototypes" 38 done < "$T/exports" | sort > "$T/actual_prototypes"
|
/netbsd-src/external/bsd/nvi/dist/catalog/ |
H A D | Makefile | 11 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-src/external/bsd/nvi/catalog/ |
H A D | Makefile | 31 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-src/external/gpl2/gmake/dist/tests/scripts/variables/ |
H A D | special | 9 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-src/crypto/external/bsd/openssl/dist/test/ |
H A D | ssl_test.tmpl | 28 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-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | ssl_test.tmpl | 28 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-src/external/bsd/openldap/dist/doc/rfc/ |
H A D | rfc2891.txt | 37 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 81 The SortKeyList sequence is in order of highest to lowest sort key 89 attributeType is included in the sort key list multiple times, the 96 Any conformant implementation of this control MUST allow a sort key 129 -- for the server to sort 131 -- type in sort key 134 -- rule in sort key 138 unwillingToPerform (53), -- unable to sort 148 specified by the sort keys. If the reverseOrder field is set to TRUE, [all …]
|
/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/ |
H A D | TODO | 3 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> 87 It ought to be possible to specify an alternative field to sort on 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 [all …]
|
/netbsd-src/external/historical/nawk/dist/bugs-fixed/ |
H A D | space.awk | 11 sort = "LC_ALL=C sort" 15 i ~ /[[:space:]]/ ? "~" : "!~") | sort 19 i ~ /[[:blank:]]/ ? "~" : "!~") | sort 21 close(sort)
|
/netbsd-src/usr.bin/spell/spell/ |
H A D | spell.sh | 107 $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-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | lto-dump.texi | 64 [@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-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | lto-dump.texi | 64 [@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-src/external/gpl3/autoconf/dist/bin/ |
H A D | autoscan.in | 200 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-src/external/mpl/bind/dist/bin/tests/system/ |
H A D | testsummary.sh |
|
/netbsd-src/external/gpl3/gcc/dist/contrib/ |
H A D | warn_summary | 207 warningFilter < $tmpfile | srcdirFilter | $AWK -F: '{print$1}' | sort | \ 208 uniq -c | sort -nr 212 warningFilter < $tmpfile | keywordFilter | sort | uniq -c | sort -nr
|
H A D | compare_tests | 68 sed -e "s|^$1[/]*||" $lst1 | sort >$lst3 69 sed -e "s|^$2[/]*||" $lst2 | sort >$lst4 84 comm -12 $lst3 $lst4 | sort -u >$lst5 118 if sort -k 2 </dev/null >/dev/null 2>&1; then 124 sort -t ':' $skip1 "$now" > "$now_s" 125 sort -t ':' $skip1 "$before" > "$before_s"
|
/netbsd-src/sys/fs/nfs/ |
H A D | nfs2netbsd.sh | 33 DIRS=$(echo "$FILES" | sed 's,/[^/*]*$,,' | sort -u) 51 ' | sort -u) 139 ) | sort | uniq -d) 173 ' | sort | awk '
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
H A D | warn_summary | 207 warningFilter < $tmpfile | srcdirFilter | $AWK -F: '{print$1}' | sort | \ 208 uniq -c | sort -nr 212 warningFilter < $tmpfile | keywordFilter | sort | uniq -c | sort -nr
|
H A D | compare_tests | 68 sed -e "s|^$1[/]*||" $lst1 | sort >$lst3 69 sed -e "s|^$2[/]*||" $lst2 | sort >$lst4 84 comm -12 $lst3 $lst4 | sort -u >$lst5 118 if sort -k 2 </dev/null >/dev/null 2>&1; then 124 sort -t ':' $skip1 "$now" > "$now_s" 125 sort -t ':' $skip1 "$before" > "$before_s"
|
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/functions/ |
H A D | wildcard | 22 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.*))
|
H A D | sort | 2 ."the ability of make to sort lists of object. Sort\n" 7 ."and includes some duplicates. Make should sort all of the elements\n" 31 … ."\t\@echo \$(sort \$(bar2) \$(foo) \$(addsuffix \$(s1), \$(bar) ) \$(t2) \$(bar2) \$(bar3))\n" 32 ."\t\@echo \$(sort \$(blank) \$(foo) \$(bar2) \$(t1) \$(p1) )\n" 33 ."\t\@echo \$(sort \$(foo) \$(bar2) \$(t1) \$(t4) \$(t5) \$(t7) \$(t6) )\n";
|
/netbsd-src/external/bsd/unbound/dist/contrib/ |
H A D | update-anchor.sh | 94 sed -e 's/^\.\././' | sort >> "$tmp2" 100 sed -e 's/^\.\././' | sort >> "$tmp2" 111 sed -e 's/^\.\././' | sort > "$tmp2" 117 sed -e 's/^\.\././' | sort > "$tmp2"
|
/netbsd-src/external/bsd/libfido2/dist/src/ |
H A D | diff_exports.sh | 19 awk '/^[^*{}]+;$/' export.gnu | tr -d '\t;' | sort > "${GNU}" 20 sed 's/^_//' export.llvm | sort > "${LLVM}" 21 grep -v '^EXPORTS$' export.msvc | sort > "${MSVC}"
|