Searched refs:uniq (Results 1 - 25 of 26) sorted by relevance

12

/src/usr.bin/uniq/
H A DMakefile4 PROG= uniq
/src/games/fortune/tools/
H A DDo_spell10 sort $F $1.sp.ok | uniq -u | column
/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
H A Duniq.c1 /* $NetBSD: uniq.c,v 1.7 2021/03/22 03:28:55 christos Exp $ */
32 __RCSID("$NetBSD: uniq.c,v 1.7 2021/03/22 03:28:55 christos Exp $");
67 uniq(const char *fname) function in typeref:typename:void
H A Dservices_mkdb.c123 uniq(fname);
/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
H A DMakefile5 TESTSDIR= ${TESTSBASE}/usr.bin/uniq
/src/share/man/tools/
H A Dckspell22 sort $TMPDIR/tmp.$$ | uniq | comm -23 - $TOOLS/sp.ignore >> $TMPDIR/sp.errs
/src/tests/usr.bin/
H A DMakefile13 tar tmux tr unifdef uniq vmstat xlint ztest
/src/tests/fs/tmpfs/
H A Dt_vnd.sh67 for f in $(jot -w %u 100 | uniq); do
72 for f in $(jot -w %u 100 | uniq); do
/src/usr.bin/unifdef/
H A Dunifdefall.sh13 unifdef -s "$@" | sort | uniq > $tmp/ctrl
/src/games/warp/
H A Dconfig.sh19 uniq
33 uniq='uniq'
/src/sys/fs/nfs/
H A Dnfs2netbsd.sh139 ) | sort | uniq -d)
/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;
/src/usr.sbin/traceroute/
H A Dtrrt2netbsd123 sub uniq { subroutine
/src/usr.bin/
H A DMakefile33 uniq units unvis unzip usbhidaction usbhidctl users utoppya \
/src/distrib/evbsh3/rom/ramdiskcommon/
H A Dramdiskbin.conf46 progs uniq users vmstat w wc who xargs yes
/src/etc/
H A Dsecurity302 awk -F: '{ print $1 }' $MP | sort | uniq -d > $OUTPUT
317 }' < $MPBYUID | uniq -d > $TMP2
353 awk -F: '{ print $1 }' $GRP | sort | uniq -d > $OUTPUT
777 uniq -u > $OUTPUT
848 uniq -u > $OUTPUT
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
H A Dtsan_test_util_posix.cc77 static atomic_uintptr_t uniq = {(uintptr_t)&foo}; // Some real address. local in function:allocate_addr
81 uintptr_t addr = atomic_fetch_add(&uniq, size, memory_order_relaxed);
/src/sys/rump/
H A DMakefile.rump259 | sort | uniq > renametab.$${renameobj}; \
/src/usr.bin/crunch/examples/
H A Dreally-big.conf51 progs tty ul uname unexpand unifdef uniq units unvis users uudecode uuencode
/src/sys/external/isc/libsodium/dist/m4/
H A Dlibtool.m44057 if sort "$nlist" | uniq > "$nlist"T; then
4907 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4934 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
4940 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4952 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
5109 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
5587 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1,DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
/src/sys/external/isc/libsodium/dist/build-aux/
H A Dltmain.sh4746 uniq > "$nlist"S; then
/src/sys/external/isc/libsodium/dist/
H A Dltmain.sh3415 uniq > "$nlist"S; then

Completed in 35 milliseconds

12