| /src/tests/usr.bin/xlint/lint1/ |
| msg_347.c | 36 /* expect+1: previous declaration of 'mismatch' [260] */ 37 void mismatch(double, double *(struct last_param)); 38 /* expect+1: error: redeclaration of 'mismatch' with type 'function(double, pointer to function(struct last_param) returning pointer to float) returning void', expected 'function(double, pointer to function(struct last_param) returning pointer to double) returning void' [347] */ 39 void mismatch(double d, float *fn(struct last_param));
|
| /src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/ |
| 05-sni.conf | 9 test-4 = 4-SNI-bad-sni-ignore-mismatch 10 test-5 = 5-SNI-bad-sni-reject-mismatch 11 test-6 = 6-SNI-bad-clienthello-sni-ignore-mismatch 12 test-7 = 7-SNI-bad-clienthello-sni-reject-mismatch 141 [4-SNI-bad-sni-ignore-mismatch] 142 ssl_conf = 4-SNI-bad-sni-ignore-mismatch-ssl 144 [4-SNI-bad-sni-ignore-mismatch-ssl] 145 server = 4-SNI-bad-sni-ignore-mismatch-server 146 client = 4-SNI-bad-sni-ignore-mismatch-client 147 server2 = 4-SNI-bad-sni-ignore-mismatch-serve [all...] |
| 09-alpn.conf | 8 test-3 = 3-alpn-alert-on-mismatch 18 test-13 = 13-alpn-alert-on-mismatch-resumption 116 [3-alpn-alert-on-mismatch] 117 ssl_conf = 3-alpn-alert-on-mismatch-ssl 119 [3-alpn-alert-on-mismatch-ssl] 120 server = 3-alpn-alert-on-mismatch-server 121 client = 3-alpn-alert-on-mismatch-client 123 [3-alpn-alert-on-mismatch-server] 128 [3-alpn-alert-on-mismatch-client] 136 server = 3-alpn-alert-on-mismatch-server-extr [all...] |
| 08-npn.conf | 8 test-3 = 3-npn-client-first-pref-on-mismatch 20 test-15 = 15-npn-client-first-pref-on-mismatch-resumption 123 [3-npn-client-first-pref-on-mismatch] 124 ssl_conf = 3-npn-client-first-pref-on-mismatch-ssl 126 [3-npn-client-first-pref-on-mismatch-ssl] 127 server = 3-npn-client-first-pref-on-mismatch-server 128 client = 3-npn-client-first-pref-on-mismatch-client 130 [3-npn-client-first-pref-on-mismatch-server] 135 [3-npn-client-first-pref-on-mismatch-client] 143 server = 3-npn-client-first-pref-on-mismatch-server-extr [all...] |
| /src/lib/libc/gen/ |
| infinityl_dbl_ieee754.c | 13 #error double / long double mismatch
|
| /src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
| hwasan_tag_mismatch_aarch64.S | 92 b.hi mismatch 94 b.lo mismatch 101 b.ne mismatch 112 mismatch: label
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/ |
| algobase.h | 50 // NB: equal and lexicographical_compare require mismatch. 55 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel 57 { return _GLIBCXX_STD_A::mismatch(__begin1, __end1, __begin2); } 62 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel 64 { return _GLIBCXX_STD_A::mismatch(__begin1, __end1, __begin2, __pred); } 72 { return _GLIBCXX_STD_A::mismatch(__begin1, __end1, __begin2, __pred); } 74 // Parallel mismatch for random access iterators 90 return _GLIBCXX_STD_A::mismatch(__begin1, __end1, __begin2, __pred); 96 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2) function in namespace:__parallel 110 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2 function in namespace:__parallel 122 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function in namespace:__parallel 131 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function in namespace:__parallel 177 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, _IIter2 __end2) function in namespace:__parallel 191 mismatch(_InputIterator1 __begin1, _InputIterator1 __end1, function in namespace:__parallel [all...] |
| find_selectors.h | 146 { return mismatch(__begin1, __end1, __begin2,
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/ |
| algobase.h | 49 // NB: equal and lexicographical_compare require mismatch. 54 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel 56 { return _GLIBCXX_STD_A::mismatch(__begin1, __end1, __begin2); } 61 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel 63 { return _GLIBCXX_STD_A::mismatch(__begin1, __end1, __begin2, __pred); } 71 { return _GLIBCXX_STD_A::mismatch(__begin1, __end1, __begin2, __pred); } 73 // Parallel mismatch for random access iterators 89 return _GLIBCXX_STD_A::mismatch(__begin1, __end1, __begin2, __pred); 95 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2) function in namespace:__parallel 109 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2 function in namespace:__parallel 121 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function in namespace:__parallel 130 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function in namespace:__parallel 176 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, _IIter2 __end2) function in namespace:__parallel 190 mismatch(_InputIterator1 __begin1, _InputIterator1 __end1, function in namespace:__parallel [all...] |
| find_selectors.h | 146 { return mismatch(__begin1, __end1, __begin2,
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| dwzbuildid.exp | 29 # mismatch - the buildids do not match 33 dwzbuildid-mismatch-base.S dwzbuildid-mismatch-sep.S \ 149 if {$::testname == "mismatch"} { 157 foreach_with_prefix testname { ok mismatch fallback } { 160 } elseif { $testname == "mismatch" } {
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/ |
| dwzbuildid.exp | 29 # mismatch - the buildids do not match 33 dwzbuildid-mismatch-base.S dwzbuildid-mismatch-sep.S \ 149 if {$::testname == "mismatch"} { 157 foreach_with_prefix testname { ok mismatch fallback } { 160 } elseif { $testname == "mismatch" } {
|
| /src/usr.sbin/mtree/ |
| specspec.c | 106 mismatch(NODE *n1, NODE *n2, int differ, char const *path) function 139 mismatch(n1, n2, differs, path); 144 mismatch(n1, n2, differs, path); 149 mismatch(n1, n2, differs, path); 187 mismatch(n1, n2, differs, path);
|
| /src/tests/lib/libc/misc/ |
| Makefile | 45 COPTS.ubsan.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 9:? -Wno-builtin-declaration-mismatch :}
|
| /src/external/gpl2/gettext/dist/gettext-tools/misc/ |
| autopoint.in | 276 func_fatal_error "Version mismatch: specified -V $ver but the package uses gettext version $xver" 466 # original - too great risk of version mismatch. 468 mismatch= 482 mismatch=yes 489 if test -n "$mismatch"; then
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elf32-visium.c | 771 flagword mismatch; local 795 mismatch = (new_flags ^ old_flags) 797 if (mismatch & EF_VISIUM_ARCH_GR6) 803 else if (mismatch & EF_VISIUM_ARCH_MCM) 809 else if (mismatch & EF_VISIUM_ARCH_MCM24) 816 if (mismatch)
|
| elf-attrs.c | 108 missing elements, or mismatch, and messages should also be rephrased to point 1389 errors for any mismatch. Return S_REF if the subsections match, NULL 1736 /* Check for mismatch between the parameters of subsections S1 and S2. 1737 Return True if the parameters mismatch, False otherwise. 1766 mismatch against FROZEN should be raised before the values of ABFD be 1801 bool mismatch = oav2_subsection_mismatching_params (info, NULL, abfd, local 1803 success &= ! mismatch; 1804 if (mismatch) 1881 /* Check any mismatch against ABFD and FROZEN. */ 1882 bool mismatch = oav2_subsection_mismatching_params (info, NULL local 1913 bool mismatch = oav2_subsection_mismatching_params local 1940 bool mismatch = oav2_subsection_mismatching_params (info, NULL, abfd, local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf32-visium.c | 779 flagword mismatch; local 800 mismatch = (new_flags ^ old_flags) 802 if (mismatch & EF_VISIUM_ARCH_GR6) 808 else if (mismatch & EF_VISIUM_ARCH_MCM) 814 else if (mismatch & EF_VISIUM_ARCH_MCM24) 821 if (mismatch)
|
| /src/external/gpl3/gdb/dist/bfd/ |
| elf32-visium.c | 779 flagword mismatch; local 800 mismatch = (new_flags ^ old_flags) 802 if (mismatch & EF_VISIUM_ARCH_GR6) 808 else if (mismatch & EF_VISIUM_ARCH_MCM) 814 else if (mismatch & EF_VISIUM_ARCH_MCM24) 821 if (mismatch)
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf32-visium.c | 779 flagword mismatch; local 800 mismatch = (new_flags ^ old_flags) 802 if (mismatch & EF_VISIUM_ARCH_GR6) 808 else if (mismatch & EF_VISIUM_ARCH_MCM) 814 else if (mismatch & EF_VISIUM_ARCH_MCM24) 821 if (mismatch)
|
| /src/external/bsd/libc++/lib/ |
| Makefile | 52 CWARNFLAGS.clang+= -Wno-error=implicit-exception-spec-mismatch -Wno-error=format-nonliteral -Wno-error=format-security
|
| /src/usr.bin/make/unit-tests/ |
| directive-include-guard.exp | 23 Parse_PushInput: variable-name-mismatch.tmp:1 24 Parse_PushInput: variable-name-mismatch.tmp:1
|
| /src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| dt_ident.c | 64 int i, compat, mismatch, arglimit, iskey; local 72 mismatch = argc < isp->dis_varargs; 75 mismatch = (argc < isp->dis_optargs || argc > isp->dis_argc); 78 mismatch = argc != isp->dis_argc; 82 if (mismatch) { 83 xyerror(D_PROTO_LEN, "%s%s%s prototype mismatch: %d %s%s" 335 xyerror(D_PROTO_LEN, "%s[ ] prototype mismatch: %d arg%s" 448 xyerror(D_PROTO_LEN, "%s[ ] prototype mismatch: %d arg%s"
|
| /src/crypto/external/bsd/openssh/dist/ |
| ssh_api.c | 344 const char *mismatch = "Protocol mismatch.\r\n"; local 380 mismatch, strlen(mismatch))) != 0)
|
| /src/sys/rump/net/lib/libvirtif/ |
| virtif_user.c | 60 #error VIFHYPER_REVISION mismatch
|