Searched refs:sort (Results 1 - 25 of 2133) sorted by relevance

1234567891011>>

/netbsd-current/sys/kern/
H A DMake.tags.inc19 sort -t / -u
/netbsd-current/external/ibm-public/postfix/dist/mantools/
H A Ddocparam378 ' | sort -u
H A Duseparam368 ' | sort -u
H A Dcheck-postfix-files17 ' conf/postfix-files | sort >actual.tmp
28 ls README_FILES) | sort >expected.tmp
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/lib/
H A Ddounssym3 # numbers and sort the result. Intended for use in comparing symbol
7 | sort
H A Ddounsreloc3 # numbers and sort the result. Intended for use in comparing reloc
7 | sort
/netbsd-current/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-current/external/gpl3/gdb.old/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-current/games/fortune/tools/
H A DDo_spell10 sort $F $1.sp.ok | uniq -u | column
/netbsd-current/etc/autofs/
H A Dspecial_hosts9 echo "$out" | awk '{ print $2 }' | sort -u
/netbsd-current/tests/lib/libc/net/
H A Dt_servent.sh85 ' | sort >exp
88 "$(atf_get_srcdir)/h_servent" | sed 's/ *$//' | sort >out
H A Dt_protoent.sh80 ' | sort >exp
83 "$(atf_get_srcdir)/h_protoent" | sed 's/ *$//' | sort >out
/netbsd-current/external/bsd/libfido2/dist/man/
H A Dcheck.sh12 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-current/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-current/lib/libedit/
H A Dmakelist127 sort | tr '[:lower:]' '[:upper:]' | $AWK '
143 cat $FILES | $AWK '/el_action_t/ { print $3 }' | sort | $AWK '
/netbsd-current/external/apache2/llvm/dist/clang/utils/
H A Dfind-unused-diagnostics.sh15 comm -23 <(sort -u <<< "$ALL_DIAGS") <(sort -u <<< "$DIAGS_IN_SOURCES")
/netbsd-current/distrib/sets/
H A Dsort-list11 grep -v '^#' "$fname" | LC_ALL=C sort
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dglobal-local-symtab-sort-n32.d3 #name: MIPS global/local symbol table sort and section symbol names (n32)
6 #dump: global-local-symtab-sort-o32.d
H A Dglobal-local-symtab-sort-n32t.d3 #name: MIPS global/local symbol table sort and section symbol names (n32)
6 #dump: global-local-symtab-sort-o32t.d
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Dglobal-local-symtab-final-n32.d1 #name: MIPS symbol table sort and section symbol names (fully linked) (n32)
6 #dump: global-local-symtab-sort-o32t.d
H A Dglobal-local-symtab-final-n64.d1 #name: MIPS symbol table sort and section symbol names (fully linked) (n64)
6 #dump: global-local-symtab-sort-n64t.d
H A Dglobal-local-symtab-final-o32.d1 #name: MIPS symbol table sort and section symbol names (fully linked) (n32)
6 #dump: global-local-symtab-sort-o32t.d
H A Dglobal-local-symtab-sort-n32.d1 #name: MIPS symbol table sort and section symbol names (relocatable) (n32)
6 #dump: global-local-symtab-sort-o32.d
H A Dglobal-local-symtab-sort-n32t.d1 #name: MIPS symbol table sort and section symbol names (relocatable) (n32)
6 #dump: global-local-symtab-sort-o32t.d

Completed in 306 milliseconds

1234567891011>>