| /freebsd-14.2/contrib/bmake/unit-tests/ |
| H A D | dep-duplicate.mk | 12 @exec > dep-duplicate.main; \ 18 @exec > dep-duplicate.inc; \ 24 @${MAKE} -r -f dep-duplicate.main 26 @rm -f dep-duplicate.main 27 @rm -f dep-duplicate.inc
|
| H A D | varmod-unique.mk | 7 . 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 D | dep-duplicate.exp | 1 make: "dep-duplicate.inc" line 1: warning: duplicate script for target "all" ignored
|
| H A D | dep-colon-bug-cross-file.exp | 1 make: "dep-colon-bug-cross-file.mk" line 32: warning: duplicate script for target "all" ignored
|
| H A D | deptgt-begin.exp | 1 make: "deptgt-begin.mk" line 19: warning: duplicate script for target ".BEGIN" ignored
|
| H A D | suff-transform-endless.exp | 32 FindThem: skipping duplicate "all.e"
|
| H A D | suff-transform-select.exp | 33 FindThem: skipping duplicate "all.e"
|
| /freebsd-14.2/contrib/libucl/tests/basic/ |
| H A D | 19.in | 26 .include(duplicate="append") "${CURDIR}/19-append.inc" 27 .include(duplicate="merge") "${CURDIR}/19-merge.inc" 28 .include(duplicate="rewrite") "${CURDIR}/19-rewrite.inc"
|
| /freebsd-14.2/release/packages/ |
| H A D | template.ucl | 17 .include(try=true,duplicate=rewrite) "${UCLFILES}/${PKGGENNAME}-all.ucl" 18 .include(try=true,duplicate=rewrite) "${UCLFILES}/${PKGNAME}.ucl" 19 .include(try=true,duplicate=rewrite) "${UCLFILES}/${FORCEINCLUDE}.ucl"
|
| /freebsd-14.2/contrib/llvm-project/lld/docs/MachO/ |
| H A D | ld64-vs-lld.rst | 10 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-14.2/crypto/openssl/test/ |
| H A D | drbgtest.c | 413 int duplicate[2] = {0, 0}; in test_rand_reseed_on_fork() local 473 ++duplicate[result[i].private]; in test_rand_reseed_on_fork() 477 if (duplicate[0] >= DRBG_FORK_COUNT - 1) { in test_rand_reseed_on_fork() 479 TEST_note("ERROR: %d duplicate prefixes in public random output", duplicate[0]); in test_rand_reseed_on_fork() 483 if (duplicate[1] >= DRBG_FORK_COUNT - 1) { in test_rand_reseed_on_fork() 485 TEST_note("ERROR: %d duplicate prefixes in private random output", duplicate[1]); in test_rand_reseed_on_fork() 489 duplicate[0] = 0; in test_rand_reseed_on_fork() 497 ++duplicate[0]; in test_rand_reseed_on_fork() 500 if (duplicate[0] >= DRBG_FORK_COUNT - 1) { in test_rand_reseed_on_fork() 502 TEST_note("ERROR: %d duplicate chunks in random output", duplicate[0]); in test_rand_reseed_on_fork()
|
| /freebsd-14.2/contrib/atf/atf-c++/detail/ |
| H A D | text_test.cpp | 38 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 D | text.hpp | 47 char* duplicate(const char*);
|
| /freebsd-14.2/contrib/llvm-project/lld/MachO/ |
| H A D | SymbolTable.cpp | 465 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-14.2/sys/netgraph/ |
| H A D | ng_pipe.c | 506 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() 783 if (hinfo->cfg.duplicate && in pipe_dequeue() 784 prng32_bounded(100) <= hinfo->cfg.duplicate) { in pipe_dequeue()
|
| H A D | ng_pipe.h | 119 u_int32_t duplicate; member
|
| /freebsd-14.2/lib/libc/db/ |
| H A D | changelog | 24 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-14.2/contrib/one-true-awk/testdir/ |
| H A D | t.index | 9 print $0, "has duplicate letters"
|
| /freebsd-14.2/contrib/netbsd-tests/lib/libc/net/getaddrinfo/ |
| H A D | README | 5 (a duplicate "localhost 127.0.0.1" line in /etc/hosts for example)
|
| /freebsd-14.2/bin/sh/tests/execution/ |
| H A D | redir1.0 | 13 } 3<fifo2 # Formerly, sh would keep fd 3 and a duplicate of it open.
|
| /freebsd-14.2/sbin/pfctl/tests/files/ |
| H A D | pf0088.in | 1 # pfctl -o duplicate rules
|
| /freebsd-14.2/crypto/openssl/demos/certs/ |
| H A D | README.txt | 3 CA certificates, obsolete V1 certificates or duplicate serial numbers.
|
| /freebsd-14.2/contrib/netbsd-tests/usr.sbin/mtree/ |
| H A D | d_merge.in | 1 # The last entry for any duplicate node should take precedence.
|
| /freebsd-14.2/crypto/openssl/crypto/ui/ |
| H A D | ui_lib.c | 406 void *duplicate = NULL; in UI_dup_user_data() local 414 duplicate = ui->meth->ui_duplicate_data(ui, user_data); in UI_dup_user_data() 415 if (duplicate == NULL) { in UI_dup_user_data() 420 (void)UI_add_user_data(ui, duplicate); in UI_dup_user_data()
|
| /freebsd-14.2/sys/xen/xenbus/ |
| H A D | xenbusb_if.m | 53 * xenbusb_add_device(). xenbusb_add_device() ignores duplicate detects 54 * and ignores duplicate devices, so it can be called unconditionally
|