Home
last modified time | relevance | path

Searched refs:duplicate (Results 1 – 25 of 258) sorted by relevance

1234567891011

/freebsd/contrib/bmake/unit-tests/
H A Ddep-duplicate.mk12 @exec > dep-duplicate.main; \
18 @exec > dep-duplicate.tmp; \
24 @${MAKE} -r -f dep-duplicate.main
26 @rm -f dep-duplicate.main
27 @rm -f dep-duplicate.tmp
H A Dvarmod-unique.mk7 . warning The modifier ':u' only merges _adjacent_ duplicate words.
11 . warning The modifier ':u' must merge adjacent duplicate words.
31 . warning The modifier ':u' must merge _all_ adjacent duplicate words.
H A Dvarname-circumflex.mk12 all: unique duplicate
30 duplicate: file1.o file2.o file3.o file3.o
H A Ddep-duplicate.exp1 make: dep-duplicate.tmp:1: warning: duplicate script for target "all" ignored
H A Ddep-colon-bug-cross-file.exp1 make: dep-colon-bug-cross-file.mk:32: warning: duplicate script for target "all" ignored
H A Ddeptgt-begin.exp1 make: deptgt-begin.mk:19: warning: duplicate script for target ".BEGIN" ignored
/freebsd/contrib/libucl/tests/basic/
H A D19.in26 .include(duplicate="append") "${CURDIR}/19-append.inc"
27 .include(duplicate="merge") "${CURDIR}/19-merge.inc"
28 .include(duplicate="rewrite") "${CURDIR}/19-rewrite.inc"
/freebsd/contrib/llvm-project/lld/docs/MachO/
H A Dld64-vs-lld.rst10 ld64 strips dead code before reporting duplicate symbols. By default, LLD does
36 2. Duplicate ObjC symbols from different archives will raise a "duplicate
45 result in duplicate symbol errors. LLD does not check for duplicate aliases;
47 duplicate symbols. In particular, we will not report a duplicate symbol error if
/freebsd/crypto/openssl/test/
H A Ddrbgtest.c405 int duplicate[2] = { 0, 0 }; in test_rand_reseed_on_fork() local
465 ++duplicate[result[i].private]; in test_rand_reseed_on_fork()
469 if (duplicate[0] >= DRBG_FORK_COUNT - 1) { in test_rand_reseed_on_fork()
471 TEST_note("ERROR: %d duplicate prefixes in public random output", duplicate[0]); in test_rand_reseed_on_fork()
475 if (duplicate[1] >= DRBG_FORK_COUNT - 1) { in test_rand_reseed_on_fork()
477 TEST_note("ERROR: %d duplicate prefixes in private random output", duplicate[1]); in test_rand_reseed_on_fork()
481 duplicate[0] = 0; in test_rand_reseed_on_fork()
489 ++duplicate[0]; in test_rand_reseed_on_fork()
492 if (duplicate[0] >= DRBG_FORK_COUNT - 1) { in test_rand_reseed_on_fork()
494 TEST_note("ERROR: %d duplicate chunks in random output", duplicate[0]); in test_rand_reseed_on_fork()
/freebsd/contrib/atf/atf-c++/detail/
H A Dtext_test.cpp38 ATF_TEST_CASE(duplicate);
39 ATF_TEST_CASE_HEAD(duplicate) in ATF_TEST_CASE_HEAD() argument
43 ATF_TEST_CASE_BODY(duplicate) in ATF_TEST_CASE_BODY() argument
45 using atf::text::duplicate; in ATF_TEST_CASE_BODY()
49 char* copy = duplicate(orig); in ATF_TEST_CASE_BODY()
376 ATF_ADD_TEST_CASE(tcs, duplicate); in ATF_INIT_TEST_CASES()
H A Dtext.hpp47 char* duplicate(const char*);
/freebsd/release/packages/
H A Dtemplate.ucl33 .include(try=false,duplicate=rewrite) "${UCLFILES}/${PKGGENNAME}-all.ucl"
34 .include(try=true,duplicate=rewrite) "${UCLFILES}/${PKGNAME}.ucl"
35 .include(try=true,duplicate=rewrite) "${UCLFILES}/${FORCEINCLUDE}.ucl"
H A Dset-template.ucl15 .include(try=false,duplicate=merge) "${UCLFILES}/${PKGNAME}.ucl"
/freebsd/contrib/llvm-project/lld/MachO/
H A DSymbolTable.cpp465 for (const auto &duplicate : dupSymDiags) { in reportPendingDuplicateSymbols() local
466 if (!config->deadStripDuplicates || duplicate.sym->isLive()) { in reportPendingDuplicateSymbols()
468 "duplicate symbol: " + toString(*duplicate.sym) + "\n>>> defined in "; in reportPendingDuplicateSymbols()
469 if (!duplicate.src1.first.empty()) in reportPendingDuplicateSymbols()
470 message += duplicate.src1.first + "\n>>> "; in reportPendingDuplicateSymbols()
471 message += duplicate.src1.second + "\n>>> defined in "; in reportPendingDuplicateSymbols()
472 if (!duplicate.src2.first.empty()) in reportPendingDuplicateSymbols()
473 message += duplicate.src2.first + "\n>>> "; in reportPendingDuplicateSymbols()
474 error(message + duplicate.src2.second); in reportPendingDuplicateSymbols()
/freebsd/sys/netgraph/
H A Dng_pipe.c506 if (new->duplicate == -1) in parse_cfg()
507 current->duplicate = 0; in parse_cfg()
508 else if (new->duplicate > 0 && new->duplicate <= 50) in parse_cfg()
509 current->duplicate = new->duplicate; in parse_cfg()
552 current->duplicate | current->ber) in parse_cfg()
777 * Either create a duplicate and pass it on, or in pipe_dequeue()
779 * memory allocations for the duplicate package fail, in pipe_dequeue()
780 * simply do not duplicate i in pipe_dequeue()
[all...]
H A Dng_pipe.h119 u_int32_t duplicate; member
/freebsd/lib/libc/db/
H A Dchangelog24 change, cursors and duplicate pages all had to be reworked.
54 btree: If enough duplicate records were inserted and then deleted
56 duplicate keys, the search function ended up on the wrong
/freebsd/contrib/one-true-awk/testdir/
H A Dt.index9 print $0, "has duplicate letters"
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/
H A DCHANGELOG.db244 change, cursors and duplicate pages all had to be reworked.
74 btree: If enough duplicate records were inserted and then deleted
76 duplicate keys, the search function ended up on the wrong
/freebsd/contrib/netbsd-tests/lib/libc/net/getaddrinfo/
H A DREADME5 (a duplicate "localhost 127.0.0.1" line in /etc/hosts for example)
/freebsd/bin/sh/tests/execution/
H A Dredir1.013 } 3<fifo2 # Formerly, sh would keep fd 3 and a duplicate of it open.
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/test/SEQ_TEST/
H A Dmbox288 hit eventually -- if you have duplicate records, the current
293 I think I may have to revisit how duplicate records are stored.
339 ! * The cursor was deleted where there weren't any duplicate records,
355 ! * The cursor was deleted and there weren't any duplicate records,
374 ! * twice if you have duplicate records. The scenario is that the
376 ! * to a duplicate. The add then inserts the new record at a location
/freebsd/sbin/pfctl/tests/files/
H A Dpf0088.in1 # pfctl -o duplicate rules
/freebsd/crypto/openssl/crypto/ui/
H A Dui_lib.c411 void *duplicate = NULL; in UI_dup_user_data() local
419 duplicate = ui->meth->ui_duplicate_data(ui, user_data); in UI_dup_user_data()
420 if (duplicate == NULL) { in UI_dup_user_data()
425 (void)UI_add_user_data(ui, duplicate); in UI_dup_user_data()
/freebsd/crypto/openssl/demos/certs/
H A DREADME.txt3 CA certificates, obsolete V1 certificates or duplicate serial numbers.

1234567891011