Home
last modified time | relevance | path

Searched refs:uniq (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/netbsd-src/external/ibm-public/postfix/dist/html/
H A DMakefile.in43 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 Dt_uniq.sh38 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 DMakefile59 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 DMakefile78 ${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 Dinet_addr_list.ref1 unknown: list before sort/uniq
11 unknown: list after sort/uniq
/netbsd-src/tests/net/if_ipsec/
H A Dt_ipsec_unnumbered.sh76 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 Dperf-helper.py250 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 DMakefile.in133 $(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 Dt_vnd.sh53 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 Dwarn_summary208 uniq -c | sort -nr
212 warningFilter < $tmpfile | keywordFilter | sort | uniq -c | sort -nr
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dwarn_summary208 uniq -c | sort -nr
212 warningFilter < $tmpfile | keywordFilter | sort | uniq -c | sort -nr
/netbsd-src/external/gpl2/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
H A Dt-mirror-basic.sh36 sort | uniq >> out
40 sort out | uniq -d | grep . && return 1
61 sort | uniq | wc -l) -ne 1 ] && return 1
H A Dt-mirror-vgreduce-removemissing.sh26 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 DGeneral.pm59 &uniq);
333 sub uniq (@) subroutine
/netbsd-src/external/gpl3/autoconf/dist/tests/
H A Dstatesave.m425 # 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 Dtconversion.pl134 sub uniq (@) { subroutine
144 return scalar(uniq @lines);
/netbsd-src/external/gpl3/gcc/dist/contrib/regression/
H A Dbtest-gcc.sh204 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 Dbtest-gcc.sh204 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 DMusings6 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 DMakefile4 PROG= uniq
/netbsd-src/games/fortune/tools/
H A DDo_spell10 sort $F $1.sp.ok | uniq -u | column
/netbsd-src/usr.sbin/services_mkdb/
H A Dextern.h9 __dead void uniq(const char *);
H A DMakefile5 SRCS= services_mkdb.c output_cdb.c output_db.c uniq.c
/netbsd-src/external/bsd/am-utils/dist/m4/
H A Dautopat25 n=`egrep '^ac_cv_' $i |sed 's/[^a-zA-Z0-9_].*//g'|sort|uniq`

12345678910>>...12