Searched refs:duplicate (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-current/contrib/bmake/unit-tests/
H A Ddep-duplicate.exp1 make: "dep-duplicate.inc" line 1: warning: duplicate script for target "all" ignored
2 make: "dep-duplicate.main" line 3: warning: using previous script for "all" defined here
H A Ddep-colon-bug-cross-file.exp1 make: "dep-colon-bug-cross-file.mk" line 32: warning: duplicate script for target "all" ignored
H A Ddeptgt-begin.exp1 make: "deptgt-begin.mk" line 19: warning: duplicate script for target ".BEGIN" ignored
H A Ddep-wildcards.exp5 dep-duplicate.mk
H A Dsuff-transform-select.exp33 FindThem: skipping duplicate "all.e"
H A Dsuff-transform-endless.exp32 FindThem: skipping duplicate "all.e"
H A Ddep-colon-bug-cross-file.mk31 # expect+1: warning: duplicate script for target "all" ignored
/freebsd-current/contrib/atf/atf-c++/detail/
H A Dtext_test.cpp38 ATF_TEST_CASE(duplicate); variable
39 ATF_TEST_CASE_HEAD(duplicate)
41 set_md_var("descr", "Tests the duplicate function");
43 ATF_TEST_CASE_BODY(duplicate)
45 using atf::text::duplicate;
49 char* copy = duplicate(orig);
376 ATF_ADD_TEST_CASE(tcs, duplicate);
H A Dtext.hpp47 char* duplicate(const char*);
H A Dtext.cpp46 impl::duplicate(const char* str) function in class:impl
/freebsd-current/tests/sys/acl/
H A Drun259 or die "Can't duplicate pipe for reading: $!";
263 or die "Can't duplicate STDOUT: $!";
267 or die "Can't duplicate pipe for writing: $!";
279 or die "Can't duplicate STDIN: $!";
281 or die "Can't close STDIN duplicate: $!";
284 or die "Can't duplicate STDOUT: $!";
286 or die "Can't close STDOUT duplicate: $!";
312 or die "Can't close STDOUT duplicate: $!";
315 or die "Can't duplicate STDERR: $!";
/freebsd-current/share/mk/
H A Dbsd.dirs.mk29 # Coalesce duplicate destdirs
42 # Validate that duplicate dirs have the same metadata.
H A Dbsd.crunchgen.mk158 # Yes, this does seem to partly duplicate bsd.subdir.mk, but I can't
/freebsd-current/sys/netgraph/
H A Dng_pipe.h119 u_int32_t duplicate; member in struct:ng_pipe_hookcfg
133 { "duplicate", &ng_parse_uint32_type }, \
H A Dng_pipe.c506 if (new->duplicate == -1)
507 current->duplicate = 0;
508 else if (new->duplicate > 0 && new->duplicate <= 50)
509 current->duplicate = new->duplicate;
552 current->duplicate | current->ber)
777 * Either create a duplicate and pass it on, or
779 * memory allocations for the duplicate package fail,
780 * simply do not duplicate i
[all...]
/freebsd-current/crypto/openssl/test/
H A Ddrbgtest.c299 * This simplifies finding duplicate random output and makes
413 int duplicate[2] = {0, 0}; local
469 /* ...and count duplicate prefixes by looking at the first byte only */
473 ++duplicate[result[i].private];
477 if (duplicate[0] >= DRBG_FORK_COUNT - 1) {
479 TEST_note("ERROR: %d duplicate prefixes in public random output", duplicate[0]);
483 if (duplicate[1] >= DRBG_FORK_COUNT - 1) {
485 TEST_note("ERROR: %d duplicate prefixes in private random output", duplicate[
[all...]
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DSymbolTable.cpp465 for (const auto &duplicate : dupSymDiags) {
466 if (!config->deadStripDuplicates || duplicate.sym->isLive()) {
468 "duplicate symbol: " + toString(*duplicate.sym) + "\n>>> defined in ";
469 if (!duplicate.src1.first.empty())
470 message += duplicate.src1.first + "\n>>> ";
471 message += duplicate.src1.second + "\n>>> defined in ";
472 if (!duplicate.src2.first.empty())
473 message += duplicate.src2.first + "\n>>> ";
474 error(message + duplicate
[all...]
/freebsd-current/usr.sbin/makefs/
H A Dmtree.c899 "duplicate definition of %s",
903 "duplicate definition of %s",
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockPathCloning.cpp67 TII->duplicate(*CloneBB, CloneBB->end(), I);
/freebsd-current/sys/conf/
H A Ddtb.build.mk57 # to make sure the tree is setup properly. We don't recreate it to avoid duplicate
/freebsd-current/contrib/wpa/src/eap_peer/
H A Deap.c1187 int duplicate; local
1189 duplicate = (sm->reqId == sm->lastId) && sm->rxReq;
1190 if (sm->workaround && duplicate &&
1194 * duplicate EAP requests. However, this misses cases where the
1197 * an extra verification for the packets being duplicate to
1203 "duplicate packet");
1204 duplicate = 0;
1207 return duplicate;
1222 int duplicate = eap_peer_req_is_duplicate(sm); local
1253 else if (sm->rxReq && duplicate)
[all...]
/freebsd-current/crypto/openssl/crypto/ui/
H A Dui_lib.c406 void *duplicate = NULL; local
414 duplicate = ui->meth->ui_duplicate_data(ui, user_data);
415 if (duplicate == NULL) {
420 (void)UI_add_user_data(ui, duplicate);
/freebsd-current/sys/contrib/openzfs/module/
H A DMakefile.bsd459 CFLAGS.vdev_raidz_math_avx2.c= -Wno-cast-qual -Wno-duplicate-decl-specifier
460 CFLAGS.vdev_raidz_math_avx512f.c= -Wno-cast-qual -Wno-duplicate-decl-specifier
462 CFLAGS.vdev_raidz_math_sse2.c= -Wno-cast-qual -Wno-duplicate-decl-specifier
/freebsd-current/tools/pkgbase/
H A Dmetalog_reader.lua385 -- returns a string describing duplicate file warnings,
386 -- returns a string describing duplicate file errors
/freebsd-current/usr.bin/diff3/
H A Ddiff3.c139 static bool duplicate(struct range *, struct range *);
249 err(2, "child could not duplicate descriptor");
356 dup = duplicate(&d1->old, &d2->old);
405 * It is to be printed only if it does not duplicate something to be
485 duplicate(struct range *r1, struct range *r2) function

Completed in 186 milliseconds

12