| /netbsd-src/external/ibm-public/postfix/dist/html/ |
| H A D | Makefile.in | 43 srctoman $? | $(AWK) | $(NROFF) -man | uniq | $(MAN2HTML) | postlink >$@ 51 srctoman $? | $(AWK) | $(NROFF) -man | uniq | $(MAN2HTML) | postlink >$@ 55 srctoman $? | $(AWK) | $(NROFF) -man | uniq | $(MAN2HTML) | postlink >$@ 59 srctoman $? | $(AWK) | $(NROFF) -man | uniq | $(MAN2HTML) | postlink >$@ 63 srctoman $? | $(AWK) | $(NROFF) -man | uniq | $(MAN2HTML) | postlink >$@ 67 srctoman $? | $(AWK) | $(NROFF) -man | uniq | $(MAN2HTML) | postlink >$@ 71 srctoman $? | $(AWK) | $(NROFF) -man | uniq | $(MAN2HTML) | postlink >$@ 75 srctoman $? | $(AWK) | $(NROFF) -man | uniq | $(MAN2HTML) | postlink >$@ 83 srctoman $? | $(AWK) | $(NROFF) -man | uniq | $(MAN2HTML) | postlink >$@ 87 srctoman $? | $(AWK) | $(NROFF) -man | uniq | $(MAN2HTML) | postlink >$@ [all …]
|
| /netbsd-src/tests/usr.bin/uniq/ |
| H A D | t_uniq.sh | 38 atf_check -o file:$(atf_get_srcdir)/d_basic.out uniq \ 50 atf_check -o file:$(atf_get_srcdir)/d_counts.out uniq -c -f 1 \ 62 atf_check -o file:$(atf_get_srcdir)/d_show_duplicates.out uniq -d -f 1 \ 74 atf_check -o file:$(atf_get_srcdir)/d_show_uniques.out uniq -u -f 1 \ 86 atf_check -o empty uniq -d -s 2 $(atf_get_srcdir)/d_input.in
|
| /netbsd-src/external/bsd/nvi/dist/catalog/ |
| H A D | Makefile | 59 awk '{print $$1}' | uniq -d`; do \ 64 sed '/^$$/d' < $$f.base | sort | uniq -c | \ 68 sed '/^$$/d' < $$f | sort | uniq -c | \
|
| /netbsd-src/external/bsd/nvi/catalog/ |
| H A D | Makefile | 78 ${TOOL_AWK} '{print $$1}' | uniq -d`; do \ 83 ${TOOL_SED} '/^$$/d' < $$f.base | sort | uniq -c | \ 87 ${TOOL_SED} '/^$$/d' < $$f | sort | uniq -c | \
|
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | inet_addr_list.ref | 1 unknown: list before sort/uniq 11 unknown: list after sort/uniq
|
| /netbsd-src/tests/net/if_ipsec/ |
| H A D | t_ipsec_unnumbered.sh | 76 local uniq=8192 # 8192(reqid_base) + 2 * 0(unit id of "ipsec0") 80 add $src $dst $proto $((spi)) -u $uniq -m transport $algo_args; 81 add $dst $src $proto $((spi + 1)) -u $uniq -m transport $algo_args; 91 add $src $dst $proto $((spi)) -u $uniq -m transport $algo_args; 92 add $dst $src $proto $((spi + 1)) -u $uniq -m transport $algo_args;
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/perf-training/ |
| H A D | perf-helper.py | 250 def uniq(list): function 260 return uniq(s for symbols in symbol_lists for s in symbols) 268 uniq_lists = [list(uniq(symbols)) for symbols in symbol_lists] 284 return uniq(s 304 merged_symbols = uniq(s for symbols in symbol_lists
|
| /netbsd-src/external/ibm-public/postfix/dist/proto/ |
| H A D | Makefile.in | 133 $(SRCTOMAN) - $? | $(AWK) | $(NROFF) -man | col -bx | uniq | sed 's/^/# /' >$@ 136 (cat aliases0; $(SRCTOMAN) - aliases | $(AWK) | $(NROFF) -man | col -bx | uniq | sed 's/^/# /') >$@ 139 $(SRCTOMAN) - $? | $(AWK) | $(NROFF) -man | col -bx | uniq | sed 's/^/# /' >$@ 142 $(SRCTOMAN) - $? | $(AWK) | $(NROFF) -man | col -bx | uniq | sed 's/^/# /' >$@ 145 $(SRCTOMAN) - $? | $(AWK) | $(NROFF) -man | col -bx | uniq | sed 's/^/# /' >$@ 148 $(SRCTOMAN) - $? | $(AWK) | $(NROFF) -man | col -bx | uniq | sed 's/^/# /' >$@ 151 $(SRCTOMAN) - $? | $(AWK) | $(NROFF) -man | col -bx | uniq | sed 's/^/# /' >$@ 154 $(SRCTOMAN) - $? | $(AWK) | $(NROFF) -man | col -bx | uniq | sed 's/^/# /' >$@
|
| /netbsd-src/tests/fs/tmpfs/ |
| H A D | t_vnd.sh | 53 for f in $(jot -w %u 100 | uniq); do 58 for f in $(jot -w %u 100 | uniq); do
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/ |
| H A D | warn_summary | 208 uniq -c | sort -nr 212 warningFilter < $tmpfile | keywordFilter | sort | uniq -c | sort -nr
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
| H A D | warn_summary | 208 uniq -c | sort -nr 212 warningFilter < $tmpfile | keywordFilter | sort | uniq -c | sort -nr
|
| /netbsd-src/external/gpl2/lvm2/dist/test/ |
| H A D | t-mirror-lvconvert-usage.sh | 39 echo $pvs | sed 's/ /\n/g' | sort | uniq > out1 46 sed 's/([^)]*)//g; s/ //g; s/,/ /g' | sort | uniq >> out2
|
| H A D | t-mirror-basic.sh | 36 sort | uniq >> out 40 sort out | uniq -d | grep . && return 1 61 sort | uniq | wc -l) -ne 1 ] && return 1
|
| H A D | t-mirror-vgreduce-removemissing.sh | 26 echo $pvs | sed 's/ /\n/g' | sort | uniq > out1 29 sed 's/([^)]*)//g; s/[ ,]/\n/g' | sort | uniq > out2 44 echo $pvs | sed 's/ /\n/g' | sort | uniq > out1 51 sed 's/([^)]*)//g; s/ //g; s/,/ /g' | sort | uniq >> out2
|
| /netbsd-src/external/gpl3/autoconf/dist/lib/Autom4te/ |
| H A D | General.pm | 59 &uniq); 333 sub uniq (@) subroutine
|
| /netbsd-src/external/gpl3/autoconf/dist/tests/ |
| H A D | statesave.m4 | 25 # The sed script duplicates uniq functionality (thanks to 'info sed 26 # uniq' for the recipe), in order to avoid a MacOS 10.5 bug where
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/ |
| H A D | tconversion.pl | 134 sub uniq (@) { subroutine 144 return scalar(uniq @lines);
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/regression/ |
| H A D | btest-gcc.sh | 204 done | sort | uniq > $FAILED || exit 1 213 done | sort | uniq | comm -23 - $FAILED > ${PASSES}~ || exit 1
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/regression/ |
| H A D | btest-gcc.sh | 204 done | sort | uniq > $FAILED || exit 1 213 done | sort | uniq | comm -23 - $FAILED > ${PASSES}~ || exit 1
|
| /netbsd-src/external/ibm-public/postfix/dist/src/local/ |
| H A D | Musings | 6 mailboxes). Sort/uniq the expanded recipient list, and deliver. 12 of expanded recipients. Sort/uniq the list and deliver by re-injecting
|
| /netbsd-src/usr.bin/uniq/ |
| H A D | Makefile | 4 PROG= uniq
|
| /netbsd-src/games/fortune/tools/ |
| H A D | Do_spell | 10 sort $F $1.sp.ok | uniq -u | column
|
| /netbsd-src/usr.sbin/services_mkdb/ |
| H A D | extern.h | 9 __dead void uniq(const char *);
|
| H A D | Makefile | 5 SRCS= services_mkdb.c output_cdb.c output_db.c uniq.c
|
| /netbsd-src/external/bsd/am-utils/dist/m4/ |
| H A D | autopat | 25 n=`egrep '^ac_cv_' $i |sed 's/[^a-zA-Z0-9_].*//g'|sort|uniq`
|