Symbol: duplicate
crypto/openssl/crypto/ui/ui_lib.c
411
void *duplicate = NULL;
crypto/openssl/crypto/ui/ui_lib.c
419
duplicate = ui->meth->ui_duplicate_data(ui, user_data);
crypto/openssl/crypto/ui/ui_lib.c
420
if (duplicate == NULL) {
crypto/openssl/crypto/ui/ui_lib.c
425
(void)UI_add_user_data(ui, duplicate);
crypto/openssl/test/drbgtest.c
405
int duplicate[2] = { 0, 0 };
crypto/openssl/test/drbgtest.c
465
++duplicate[result[i].private];
crypto/openssl/test/drbgtest.c
469
if (duplicate[0] >= DRBG_FORK_COUNT - 1) {
crypto/openssl/test/drbgtest.c
471
TEST_note("ERROR: %d duplicate prefixes in public random output", duplicate[0]);
crypto/openssl/test/drbgtest.c
475
if (duplicate[1] >= DRBG_FORK_COUNT - 1) {
crypto/openssl/test/drbgtest.c
477
TEST_note("ERROR: %d duplicate prefixes in private random output", duplicate[1]);
crypto/openssl/test/drbgtest.c
481
duplicate[0] = 0;
crypto/openssl/test/drbgtest.c
489
++duplicate[0];
crypto/openssl/test/drbgtest.c
492
if (duplicate[0] >= DRBG_FORK_COUNT - 1) {
crypto/openssl/test/drbgtest.c
494
TEST_note("ERROR: %d duplicate chunks in random output", duplicate[0]);
sys/kern/vfs_cache.c
2640
SDT_PROBE3(vfs, namecache, enter, duplicate, dvp, ncp->nc_name,
sys/kern/vfs_cache.c
318
SDT_PROBE_DEFINE3(vfs, namecache, enter, duplicate, "struct vnode *", "char *",
sys/netgraph/ng_pipe.c
506
if (new->duplicate == -1)
sys/netgraph/ng_pipe.c
507
current->duplicate = 0;
sys/netgraph/ng_pipe.c
508
else if (new->duplicate > 0 && new->duplicate <= 50)
sys/netgraph/ng_pipe.c
509
current->duplicate = new->duplicate;
sys/netgraph/ng_pipe.c
552
current->duplicate | current->ber)
sys/netgraph/ng_pipe.c
783
if (hinfo->cfg.duplicate &&
sys/netgraph/ng_pipe.c
784
prng32_bounded(100) <= hinfo->cfg.duplicate) {
sys/netgraph/ng_pipe.h
119
u_int32_t duplicate;
tools/tools/net80211/w00t/ap/ap.c
677
if (duplicate(p, wh, rc)) {
usr.bin/diff3/diff3.c
146
static bool duplicate(struct range *, struct range *);
usr.bin/diff3/diff3.c
444
dup = duplicate(&d1->old, &d2->old);