| /src/usr.bin/make/unit-tests/ |
| dep-duplicate.exp | 1 make: dep-duplicate.tmp:1: warning: duplicate script for target "all" ignored 2 make: dep-duplicate.main:3: warning: using previous script for "all" defined here
|
| dep-colon-bug-cross-file.exp | 1 make: dep-colon-bug-cross-file.mk:32: warning: duplicate script for target "all" ignored
|
| deptgt-begin.exp | 1 make: deptgt-begin.mk:19: warning: duplicate script for target ".BEGIN" ignored
|
| dep-wildcards.exp | 5 dep-duplicate.mk
|
| /src/external/gpl2/gettext/dist/gettext-tools/man/ |
| msguniq.x | 2 msguniq \- unify duplicate translations in message catalog
|
| /src/external/mpl/bind/dist/bin/tests/system/checkconf/ |
| bad-duplicate-remote-servers-synonyms.conf | 14 remote-servers duplicate { 1.2.3.4; }; 15 primaries duplicate { 4.3.2.1; };
|
| bad-duplicate-remote-servers.conf | 14 remote-servers duplicate { 1.2.3.4; }; 15 remote-servers duplicate { 4.3.2.1; };
|
| /src/external/mpl/bind/dist/bin/tests/system/zonechecks/ |
| tests.sh | 236 $RNDCCMD 10.53.0.1 zonestatus duplicate.example >rndc.out.duplicate 2>&1 && ret=1 237 checkfor "zone 'duplicate.example' was found in multiple views" rndc.out.duplicate 238 $RNDCCMD 10.53.0.1 zonestatus duplicate.example in primary >rndc.out.duplicate 2>&1 || ret=1 239 checkfor "name: duplicate.example" rndc.out.duplicate 240 $RNDCCMD 10.53.0.1 zonestatus nosuchzone.example >rndc.out.duplicate 2>&1 && ret=1 241 checkfor "no matching zone 'nosuchzone.example' in any view" rndc.out.duplicate [all...] |
| setup.sh | 17 $SHELL ${TOP_SRCDIR}/bin/tests/system/genzone.sh 1 >ns1/duplicate.db
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-ssa-isolate-paths.cc | 130 Isolation is simple. Duplicate BB and redirect E to BB'. 137 DUPLICATE is a pre-existing duplicate, use it as BB' if it exists. 139 Return BB' (which may be equal to DUPLICATE). */ 142 isolate_path (basic_block bb, basic_block duplicate, 159 /* First duplicate BB if we have not done so already and remove all 160 the duplicate's outgoing edges as duplicate is going to unconditionally 163 if (!duplicate) 165 duplicate = duplicate_block (bb, NULL, NULL) 735 basic_block duplicate = NULL; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-ssa-isolate-paths.cc | 130 Isolation is simple. Duplicate BB and redirect E to BB'. 137 DUPLICATE is a pre-existing duplicate, use it as BB' if it exists. 139 Return BB' (which may be equal to DUPLICATE). */ 142 isolate_path (basic_block bb, basic_block duplicate, 159 /* First duplicate BB if we have not done so already and remove all 160 the duplicate's outgoing edges as duplicate is going to unconditionally 163 if (!duplicate) 165 duplicate = duplicate_block (bb, NULL, NULL) 734 basic_block duplicate = NULL; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/avr/ |
| gen-avr-mmcu-texi.cc | 132 int duplicate = 0; local 150 duplicate = 1; 151 fprintf (stderr, "error: duplicate device: %s\n", mcus[i]->name); 155 if (duplicate)
|
| /src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
| gen-avr-mmcu-texi.cc | 130 int duplicate = 0; local 148 duplicate = 1; 149 fprintf (stderr, "error: duplicate device: %s\n", mcus[i]->name); 153 if (duplicate)
|
| /src/usr.bin/pwait/ |
| pwait.c | 76 int opt, duplicate, status, immediately = 0; local 144 duplicate = 0; 147 duplicate = 1; 148 if (!duplicate) {
|
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| msgfmt-7 | 37 mf-test7.in1:17: duplicate message definition...
|
| msgfmt-8 | 37 mf-test8.in1:17: duplicate message definition...
|
| msgfmt-9 | 40 mf-test9.in1:17: duplicate message definition...
|
| msgmerge-2 | 29 mm-test2.in1:3: duplicate message definition...
|
| msgmerge-9 | 32 mm-test9.in1:3: duplicate message definition...
|
| /src/external/bsd/atf/dist/atf-c++/detail/ |
| text_test.cpp | 42 ATF_TEST_CASE(duplicate); variable 43 ATF_TEST_CASE_HEAD(duplicate) 45 set_md_var("descr", "Tests the duplicate function"); 47 ATF_TEST_CASE_BODY(duplicate) 49 using atf::text::duplicate; 53 char* copy = duplicate(orig); 380 ATF_ADD_TEST_CASE(tcs, duplicate);
|
| text.hpp | 51 char* duplicate(const char*);
|
| /src/external/bsd/atf/dist/tools/ |
| text_test.cpp | 42 ATF_TEST_CASE(duplicate); variable 43 ATF_TEST_CASE_HEAD(duplicate) 45 set_md_var("descr", "Tests the duplicate function"); 47 ATF_TEST_CASE_BODY(duplicate) 49 using tools::text::duplicate; 53 char* copy = duplicate(orig); 380 ATF_ADD_TEST_CASE(tcs, duplicate);
|
| text.hpp | 51 char* duplicate(const char*);
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| drbgtest.c | 291 * This simplifies finding duplicate random output and makes 405 int duplicate[2] = { 0, 0 }; local 461 /* ...and count duplicate prefixes by looking at the first byte only */ 465 ++duplicate[result[i].private]; 469 if (duplicate[0] >= DRBG_FORK_COUNT - 1) { 471 TEST_note("ERROR: %d duplicate prefixes in public random output", duplicate[0]); 475 if (duplicate[1] >= DRBG_FORK_COUNT - 1) { 477 TEST_note("ERROR: %d duplicate prefixes in private random output", duplicate[1]) [all...] |
| /src/crypto/external/bsd/openssl/dist/test/ |
| drbgtest.c | 299 * 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[1]) [all...] |