/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
|
uniq.c | 1 /* $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
|
services_mkdb.c | 123 uniq(fname);
|
/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/share/man/tools/ |
ckspell | 22 sort $TMPDIR/tmp.$$ | uniq | comm -23 - $TOOLS/sp.ignore >> $TMPDIR/sp.errs
|
/src/tests/usr.bin/ |
Makefile | 13 unifdef uniq vmstat xlint ztest
|
/src/usr.bin/unifdef/ |
unifdefall.sh | 13 unifdef -s "$@" | sort | uniq > $tmp/ctrl
|
/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/games/warp/ |
config.sh | 19 uniq 33 uniq='uniq'
|
/src/sys/fs/nfs/ |
nfs2netbsd.sh | 139 ) | sort | uniq -d)
|
/src/tests/net/if_ipsec/ |
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;
|
/src/usr.sbin/traceroute/ |
trrt2netbsd | 123 sub uniq { subroutine
|
/src/usr.bin/ |
Makefile | 33 uniq units unvis unzip usbhidaction usbhidctl users utoppya \
|
/src/distrib/evbsh3/rom/ramdiskcommon/ |
ramdiskbin.conf | 46 progs uniq users vmstat w wc who xargs yes
|
/src/etc/ |
security | 302 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/ |
tsan_test_util_posix.cc | 77 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/usr.bin/crunch/examples/ |
really-big.conf | 51 progs tty ul uname unexpand unifdef uniq units unvis users uudecode uuencode
|
/src/sys/external/isc/libsodium/dist/m4/ |
libtool.m4 | 4057 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/ |
ltmain.sh | 4746 uniq > "$nlist"S; then
|
/src/sys/external/isc/libsodium/dist/ |
ltmain.sh | 3415 uniq > "$nlist"S; then
|
configure | 10890 if sort "$nlist" | uniq > "$nlist"T; then 13398 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' 13554 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' 14116 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
|