/freebsd/contrib/netbsd-tests/usr.bin/uniq/ |
H A D | 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
|
/freebsd/usr.bin/uniq/tests/ |
H A D | uniq_test.sh | 8 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 D | zzz_fw_ports_fwget.sh | 84 }' ${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 D | table.sh | 204 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 D | sysinit.h | 41 #define SYSINIT_ENTRY(uniq, keyword, msb, lsb, g_type, g_name, debug) \ argument 42 static const struct sysinit_data sysinit_##uniq \
|
H A D | bsd_kernel.h | 98 #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 D | 440.status-mailq | 29 uniq -c | 50 uniq -c |
|
/freebsd/bin/sh/ |
H A D | histedit.c | 617 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 D | t_vnd.sh | 65 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 D | Makefile | 57 awk '{print $$1}' | uniq -d`; do \ 62 sed '/^$$/d' < $$f.base | sort | uniq -c | \
|
/freebsd/sys/sys/ |
H A D | gtaskqueue.h | 73 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 D | tst.predcache.ksh | 40 sort | uniq | tr '\n' ',') 42 ctids=$(ps -p $pids -o ctid | tail +2 | sort | uniq)
|
/freebsd/sys/kern/ |
H A D | subr_gtaskqueue.c | 627 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 D | tconversion.pl | 134 sub uniq (@) { subroutine 144 return scalar(uniq @lines);
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | zzz_fw_ports_fwget.sh | 66 … '{ 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 D | extern.h | 34 void uniq(const char *);
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | zzz_fw_ports_fwget.sh | 75 …\.(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 D | zzz_fw_ports_fwget.sh | 82 …\.(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 D | gitlog2changelog.sh | 7 uniq | fold -s
|
/freebsd/usr.bin/fortune/tools/ |
H A D | Do_spell | 6 sort $F $1.sp.ok | uniq -u | column
|
/freebsd/usr.bin/uniq/ |
H A D | Makefile | 3 PROG= uniq
|
/freebsd/lib/libc/db/test/hash.tests/ |
H A D | makedb.sh | 5 sort | uniq | \
|
/freebsd/usr.sbin/bluetooth/bthidd/ |
H A D | btuinput.c | 304 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 D | check.sh | 18 PRODUCTS=$(grep '^product' "$1" | awk '{ print $2 }' | uniq)
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/block_cloning/ |
H A D | block_cloning.kshlib | 57 echo $(sort -n $zdbout1 $zdbout2 | uniq -d | cut -f1 -d' ')
|