Home
last modified time | relevance | path

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

1234

/freebsd/contrib/netbsd-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
/freebsd/usr.bin/uniq/tests/
H A Duniq_test.sh8 atf_check uniq "$@" input actual
10 atf_check uniq "$@" - actual <input
12 atf_check -o file:expected uniq "$@" input
13 atf_check -o file:expected uniq "$@" <input
14 atf_check -o file:expected uniq "$@" - <input
176 sh -c 'yes | stdbuf -oL uniq >actual' &
188 sh -c 'yes | stdbuf -oL uniq -d >actual' &
204 echo a | uniq 2>stderr
/freebsd/sys/contrib/dev/iwlwifi/
H A Dzzz_fw_ports_fwget.sh84 }' ${D_PCI_IDS_FILE} | sort -V | uniq)
133 }' | sort -V | uniq)
249 sort -n | uniq
294 sort -V | uniq | \
324 dl=$(grep -v ^$ ${D_PCI_IDS_FILE} | uniq | \
/freebsd/tests/sys/netpfil/pf/
H A Dtable.sh204 local uniq base ts1 ts3
205 uniq=`jexec alcatraz pfctl -t foo -vvT show | sort -u | grep -c Cleared`
206 atf_check_equal 1 "$uniq" # time they were added
292 local clrd uniq
294 uniq=`jexec alcatraz pfctl -t foo -vvT show | sort -u | grep -c Cleared`
296 atf_check_equal "$uniq" 1 # time they were added
303 uniq=`jexec alcatraz pfctl -t foo -vvT show | sort -u | grep -c Cleared`
305 atf_check_equal "$uniq" 2 # 192.0.2.3 should get new timestamp
/freebsd/stand/kshim/
H A Dsysinit.h41 #define SYSINIT_ENTRY(uniq, keyword, msb, lsb, g_type, g_name, debug) \ argument
42 static const struct sysinit_data sysinit_##uniq \
H A Dbsd_kernel.h98 #define SYSINIT(uniq, subs, order, _func, _data) \ argument
99 const struct sysinit UNIQ_NAME(sysinit_##uniq) = { \
103 SYSINIT_ENTRY(uniq##_entry, "sysinit", (subs), \
105 UNIQ_NAME_STR(sysinit_##uniq), "SYSINIT")
107 #define SYSUNINIT(uniq, subs, order, _func, _data) \ argument
108 const struct sysinit UNIQ_NAME(sysuninit_##uniq) = { \
112 SYSINIT_ENTRY(uniq##_entry, "sysuninit", (subs), \
114 UNIQ_NAME_STR(sysuninit_##uniq), "SYSUNINIT")
/freebsd/usr.sbin/periodic/etc/daily/
H A D440.status-mailq29 uniq -c |
50 uniq -c |
/freebsd/bin/sh/
H A Dhistedit.c617 size_t i = 0, size = 16, uniq; in sh_matches() local
695 uniq = 1; in sh_matches()
700 const char *l = matches[uniq] + curpos; in sh_matches()
711 matches[++uniq] = matches[k]; in sh_matches()
714 matches[uniq + 1] = NULL; in sh_matches()
724 if (uniq == 1) in sh_matches()
731 for (size_t k = 1; k <= uniq; k++) in sh_matches()
/freebsd/contrib/netbsd-tests/fs/tmpfs/
H A Dt_vnd.sh65 for f in $(jot -w %u 100 | uniq); do
70 for f in $(jot -w %u 100 | uniq); do
/freebsd/contrib/nvi/catalog/
H A DMakefile57 awk '{print $$1}' | uniq -d`; do \
62 sed '/^$$/d' < $$f.base | sort | uniq -c | \
/freebsd/sys/sys/
H A Dgtaskqueue.h73 void *uniq, device_t dev, struct resource *irq, const char *name);
75 struct grouptask *grptask, void *uniq, int cpu, device_t dev,
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/predicates/
H A Dtst.predcache.ksh40 sort | uniq | tr '\n' ',')
42 ctids=$(ps -p $pids -o ctid | tail +2 | sort | uniq)
/freebsd/sys/kern/
H A Dsubr_gtaskqueue.c627 taskqgroup_find(struct taskqgroup *qgroup, void *uniq) in taskqgroup_find() argument
650 if (n->gt_uniq == uniq) in taskqgroup_find()
667 void *uniq, device_t dev, struct resource *irq, const char *name) in taskqgroup_attach() argument
674 gtask->gt_uniq = uniq; in taskqgroup_attach()
680 qid = taskqgroup_find(qgroup, uniq); in taskqgroup_attach()
698 void *uniq, int cpu, device_t dev, struct resource *irq, const char *name) in taskqgroup_attach_cpu() argument
702 gtask->gt_uniq = uniq; in taskqgroup_attach_cpu()
/freebsd/crypto/openssl/test/recipes/
H A Dtconversion.pl134 sub uniq (@) { subroutine
144 return scalar(uniq @lines);
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dzzz_fw_ports_fwget.sh66 … '{ if (/dev_id/) { printf "%s", $0; } else { print; } }' | grep -v 'dev_id = 0,' | sort | uniq | \
230 cs=$(echo "${fwsl}" | awk '{ print $2 }' | uniq -c | awk '{ print $1 }')
/freebsd/usr.sbin/services_mkdb/
H A Dextern.h34 void uniq(const char *);
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dzzz_fw_ports_fwget.sh75 …\.(hw_rev|dir) = ' | awk '{ if (/hw_rev/) { printf "%s", $0; } else { print; } }' | sort | uniq | \
254 cs=$(echo "${fwsl}" | awk '{ print $2 }' | uniq -c | awk '{ print $1 }')
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dzzz_fw_ports_fwget.sh82 …\.(hw_rev|dir) = ' | awk '{ if (/hw_rev/) { printf "%s", $0; } else { print; } }' | sort | uniq | \
261 cs=$(echo "${fwsl}" | awk '{ print $2 }' | uniq -c | awk '{ print $1 }')
/freebsd/contrib/unifdef/scripts/
H A Dgitlog2changelog.sh7 uniq | fold -s
/freebsd/usr.bin/fortune/tools/
H A DDo_spell6 sort $F $1.sp.ok | uniq -u | column
/freebsd/usr.bin/uniq/
H A DMakefile3 PROG= uniq
/freebsd/lib/libc/db/test/hash.tests/
H A Dmakedb.sh5 sort | uniq | \
/freebsd/usr.sbin/bluetooth/bthidd/
H A Dbtuinput.c304 uint8_t uniq[UINPUT_MAX_NAME_SIZE]; in uinput_open_common() local
309 bt_ntoa(&p->bdaddr, uniq); in uinput_open_common()
318 "%s, bdaddr %s", name, uniq); in uinput_open_common()
327 ioctl(fd, UI_SET_BSDUNIQ, uniq) < 0 || in uinput_open_common()
/freebsd/contrib/libfido2/udev/
H A Dcheck.sh18 PRODUCTS=$(grep '^product' "$1" | awk '{ print $2 }' | uniq)
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/block_cloning/
H A Dblock_cloning.kshlib57 echo $(sort -n $zdbout1 $zdbout2 | uniq -d | cut -f1 -d' ')

1234