Symbol: DUP
crypto/openssl/test/cmp_ctx_test.c
357
#define DEFINE_SET_GET_BASE_TEST(PREFIX, SETN, GETN, DUP, FIELD, TYPE, ERR, \
crypto/openssl/test/cmp_ctx_test.c
412
if (DUP && val1_read == val1) { \
crypto/openssl/test/cmp_ctx_test.c
441
if (DUP && val2_read == val2) { \
crypto/openssl/test/cmp_ctx_test.c
471
if (DUP && val3_read == val2_read) { \
crypto/openssl/test/cmp_ctx_test.c
534
#define DEFINE_SET_GET_TEST(OSSL_CMP, CTX, N, M, DUP, FIELD, TYPE) \
crypto/openssl/test/cmp_ctx_test.c
535
DEFINE_SET_GET_BASE_TEST(OSSL_CMP##_##CTX, set##N, get##M, DUP, FIELD, \
crypto/openssl/test/cmp_ctx_test.c
550
#define DEFINE_SET_GET_TEST_DEFAULT(OSSL_CMP, CTX, N, M, DUP, FIELD, TYPE, \
crypto/openssl/test/cmp_ctx_test.c
552
DEFINE_SET_GET_BASE_TEST(OSSL_CMP##_##CTX, set##N, get##M, DUP, FIELD, \
crypto/openssl/test/cmp_ctx_test.c
554
#define DEFINE_SET_TEST_DEFAULT(OSSL_CMP, CTX, N, DUP, FIELD, TYPE, DEFAULT) \
crypto/openssl/test/cmp_ctx_test.c
560
DEFINE_SET_GET_TEST_DEFAULT(OSSL_CMP, CTX, N, 0, DUP, FIELD, TYPE, DEFAULT)
crypto/openssl/test/cmp_ctx_test.c
561
#define DEFINE_SET_TEST(OSSL_CMP, CTX, N, DUP, FIELD, TYPE) \
crypto/openssl/test/cmp_ctx_test.c
562
DEFINE_SET_TEST_DEFAULT(OSSL_CMP, CTX, N, DUP, FIELD, TYPE, IS_0)
crypto/openssl/test/cmp_ctx_test.c
633
#define DEFINE_PUSH_BASE_TEST(PUSHN, DUP, FIELD, ELEM, TYPE, T, \
crypto/openssl/test/cmp_ctx_test.c
690
if (DUP && val1_read == val1) { \
crypto/openssl/test/cmp_ctx_test.c
714
if (DUP && val2_read == val2) { \
crypto/openssl/test/cmp_ctx_test.c
740
#define DEFINE_PUSH_TEST(N, DUP, FIELD, ELEM, TYPE) \
crypto/openssl/test/cmp_ctx_test.c
741
DEFINE_PUSH_BASE_TEST(push##N, DUP, FIELD, ELEM, TYPE *, TYPE, \
stand/ficl/vm.c
227
case DUP:
usr.bin/hexdump/display.c
269
if (vflag != DUP) {
usr.bin/hexdump/display.c
298
if (vflag == DUP || vflag == FIRST)
usr.bin/hexdump/display.c
306
vflag = DUP;