Symbol: testtype
regress/sys/kern/pledge/sendrecvfd/sendrecvfd.c
150
enum testtype type;
regress/sys/kern/pledge/sendrecvfd/sendrecvfd.c
39
static void do_receiver(enum testtype type, int sock);
regress/sys/kern/pledge/sendrecvfd/sendrecvfd.c
40
static void do_sender(enum testtype type, int sock, int fd);
regress/sys/kern/pledge/sendrecvfd/sendrecvfd.c
45
do_receiver(enum testtype type, int sock)
regress/sys/kern/pledge/sendrecvfd/sendrecvfd.c
98
do_sender(enum testtype type, int sock, int fd)
regress/usr.sbin/bgpd/unittests/chash_sub_test.c
104
struct ch_type testtype = { test_cmp, test_hash };
regress/usr.sbin/bgpd/unittests/chash_sub_test.c
120
if ((v = ch_sub_insert(&testtype, table, &meta, h,
regress/usr.sbin/bgpd/unittests/chash_sub_test.c
132
if ((v = ch_sub_find(&testtype, table, h,
regress/usr.sbin/bgpd/unittests/chash_sub_test.c
144
if ((v = ch_sub_insert(&testtype, table, &meta, h,
regress/usr.sbin/bgpd/unittests/chash_sub_test.c
155
for (h = 0, v = ch_sub_first(&testtype, table, &iter);
regress/usr.sbin/bgpd/unittests/chash_sub_test.c
157
h++, v = ch_sub_next(&testtype, table, &iter)) {
regress/usr.sbin/bgpd/unittests/chash_sub_test.c
170
if ((v = ch_sub_remove(&testtype, table, &meta, h,
regress/usr.sbin/bgpd/unittests/chash_sub_test.c
188
if ((v = ch_sub_find(&testtype, table, h,
regress/usr.sbin/bgpd/unittests/chash_sub_test.c
200
if ((v = ch_sub_insert(&testtype, table, &meta, h,
regress/usr.sbin/bgpd/unittests/chash_sub_test.c
207
if ((v = ch_sub_insert(&testtype, table, &meta, h,
regress/usr.sbin/bgpd/unittests/chash_sub_test.c
214
if ((v = ch_sub_insert(&testtype, table, &meta, h,
regress/usr.sbin/bgpd/unittests/chash_sub_test.c
221
if ((v = ch_sub_insert(&testtype, table, &meta, h,
regress/usr.sbin/bgpd/unittests/chash_sub_test.c
231
for (i = 0, v = ch_sub_first(&testtype, table, &iter);
regress/usr.sbin/bgpd/unittests/chash_sub_test.c
233
i++, v = ch_sub_next(&testtype, table, &iter)) {
usr.bin/dig/nslookup.c
593
if (testtype(&opt[5]))
usr.bin/dig/nslookup.c
596
if (testtype(&opt[3]))
usr.bin/dig/nslookup.c
599
if (testtype(&opt[10]))
usr.bin/dig/nslookup.c
602
if (testtype(&opt[6]))
usr.bin/dig/nslookup.c
605
if (testtype(&opt[3]))
usr.bin/dig/nslookup.c
608
if (testtype(&opt[2]))