HomeSort by: relevance | last modified time | path
    Searched refs:uniq (Results 1 - 25 of 227) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/usr.bin/uniq/
Makefile 4 PROG= uniq
  /src/games/fortune/tools/
Do_spell 10 sort $F $1.sp.ok | uniq -u | column
  /src/usr.sbin/services_mkdb/
extern.h 9 __dead void uniq(const char *);
Makefile 5 SRCS= services_mkdb.c output_cdb.c output_db.c uniq.c
  /src/tests/usr.bin/uniq/
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
Makefile 5 TESTSDIR= ${TESTSBASE}/usr.bin/uniq
  /src/external/bsd/am-utils/dist/m4/
autopat 25 n=`egrep '^ac_cv_' $i |sed 's/[^a-zA-Z0-9_].*//g'|sort|uniq`
  /src/external/bsd/libfido2/dist/udev/
check.sh 18 PRODUCTS=$(grep '^product' "$1" | awk '{ print $2 }' | uniq)
  /src/external/lgpl3/gmp/dist/mpn/x86/
t-zdisp.sh 71 }' | sort | uniq -u
  /src/external/bsd/nvi/dist/catalog/
Makefile 59 awk '{print $$1}' | uniq -d`; do \
64 sed '/^$$/d' < $$f.base | sort | uniq -c | \
68 sed '/^$$/d' < $$f | sort | uniq -c | \
  /src/share/man/tools/
ckspell 22 sort $TMPDIR/tmp.$$ | uniq | comm -23 - $TOOLS/sp.ignore >> $TMPDIR/sp.errs
  /src/external/gpl3/gcc/dist/libstdc++-v3/scripts/
extract_symvers.in 66 }' | sort | uniq > $tmp 2>&1
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
extract_symvers.in 66 }' | sort | uniq > $tmp 2>&1
  /src/external/public-domain/xz/dist/src/liblzma/
validate_map.sh 38 DUPS=$(sort liblzma.map | sed '/^$/d;/^global:$/d' | uniq -d)
  /src/external/bsd/nvi/catalog/
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 | \
  /src/tests/usr.bin/
Makefile 14 tar tmux tr unifdef uniq vmstat xlint ztest
  /src/external/gpl3/gcc/dist/contrib/
git-fetch-vendor.sh 7 git ls-remote ${upstream} "*/vendors/*" | sed -r "s:.*/vendors/([^/]+)/.*:\1:"|sort|uniq
warn_summary 208 uniq -c | sort -nr
212 warningFilter < $tmpfile | keywordFilter | sort | uniq -c | sort -nr
  /src/external/gpl3/gcc.old/dist/contrib/
git-fetch-vendor.sh 7 git ls-remote ${upstream} "*/vendors/*" | sed -r "s:.*/vendors/([^/]+)/.*:\1:"|sort|uniq
warn_summary 208 uniq -c | sort -nr
212 warningFilter < $tmpfile | keywordFilter | sort | uniq -c | sort -nr
  /src/tests/fs/tmpfs/
t_vnd.sh 67 for f in $(jot -w %u 100 | uniq); do
72 for f in $(jot -w %u 100 | uniq); do
  /src/usr.bin/unifdef/
unifdefall.sh 13 unifdef -s "$@" | sort | uniq > $tmp/ctrl
  /src/external/gpl2/lvm2/dist/test/
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
  /src/external/gpl3/gdb.old/dist/gdb/contrib/
words.sh 139 | uniq -c \
  /src/external/gpl3/gdb/dist/gdb/contrib/
words.sh 139 | uniq -c \

Completed in 67 milliseconds

1 2 3 4 5 6 7 8 910