| /NextBSD/usr.bin/grep/regex/ |
| HD | tre-fastmatch.c | 132 if (u != 0 && (unsigned)mismatch == fg->wlen - 1 - shift) \ 133 mismatch -= u; \ 134 v = fg->wlen - 1 - mismatch; \ 138 gs = fg->bmGs[mismatch]; \ 143 ((const tre_char_t *)startptr)[mismatch + 1], \ 149 if (u != 0 && (unsigned)mismatch == fg->len - 1 - shift) \ 150 mismatch -= u; \ 151 v = fg->len - 1 - mismatch; \ 152 gs = fg->sbmGs[mismatch]; \ 159 ((const unsigned char *)startptr)[mismatch + 1], \ [all …]
|
| /NextBSD/crypto/openssh/regress/ |
| HD | proto-mismatch.sh | 6 mismatch () function 18 mismatch 2 SSH-1.5-HALLO 19 mismatch 1 SSH-2.0-HALLO
|
| HD | README.regress | 68 proto-mismatch.sh: protocol version mismatch
|
| /NextBSD/contrib/apr/strings/ |
| HD | apr_fnmatch.c | 76 const char * const mismatch = *pattern; in fnmatch_ch() local 161 *pattern = mismatch; in fnmatch_ch() 207 const char *mismatch = NULL; in apr_fnmatch() local 285 mismatch = pattern; in apr_fnmatch() 369 pattern = mismatch; in apr_fnmatch()
|
| /NextBSD/contrib/gcclibs/libdecnumber/ |
| HD | decNumberLocal.h | 78 #error Maximum digits mismatch 81 #error Maximum exponent mismatch 84 #error Minimum exponent mismatch
|
| /NextBSD/usr.sbin/fmtree/ |
| HD | specspec.c | 93 mismatch(NODE *n1, NODE *n2, int differ, char const *path) in mismatch() function 126 mismatch(n1, n2, differs, path); in compare_nodes() 131 mismatch(n1, n2, differs, path); in compare_nodes() 136 mismatch(n1, n2, differs, path); in compare_nodes() 170 mismatch(n1, n2, differs, path); in compare_nodes()
|
| /NextBSD/contrib/mtree/ |
| HD | specspec.c | 106 mismatch(NODE *n1, NODE *n2, int differ, char const *path) in mismatch() function 139 mismatch(n1, n2, differs, path); in compare_nodes() 144 mismatch(n1, n2, differs, path); in compare_nodes() 149 mismatch(n1, n2, differs, path); in compare_nodes() 187 mismatch(n1, n2, differs, path); in compare_nodes()
|
| /NextBSD/usr.sbin/etcupdate/tests/ |
| HD | always_test.sh | 408 Modified mismatch: /difffiles/difftype/difftype/file (regular file vs fifo file) 411 Modified mismatch: /difflinks/difftype/difftype/link (symbolic link vs regular file) 416 Remove mismatch: /difftype/first/first/fifo (fifo file became directory) 421 New file mismatch: /adddir/conflict (directory vs regular file) 422 Directory mismatch: $TEST/adddir/conflict (regular file) 423 Directory mismatch: $TEST/dirchange/todir/difffile (regular file) 424 Directory mismatch: $TEST/dirchange/todir/difftype (fifo file) 426 New file mismatch: /second/second/difftype/dir (directory vs fifo file)
|
| HD | tests_test.sh | 987 Modified mismatch: /difffiles/difftype/difftype/file (regular file vs fifo file) 990 Modified mismatch: /difflinks/difftype/difftype/link (symbolic link vs regular file) 995 Remove mismatch: /difftype/first/first/fifo (fifo file became directory) 1000 New file mismatch: /adddir/conflict (directory vs regular file) 1001 Directory mismatch: $TEST/adddir/conflict (regular file) 1002 Directory mismatch: $TEST/dirchange/todir/difffile (regular file) 1003 Directory mismatch: $TEST/dirchange/todir/difftype (fifo file) 1005 New file mismatch: /second/second/difftype/dir (directory vs fifo file)
|
| /NextBSD/tools/tools/shlib-compat/test/ |
| HD | regress.1-3.out | 7 func5@TEST_1.0: definitions mismatch
|
| HD | regress.3-1.out | 7 func5@TEST_1.0: definitions mismatch
|
| HD | regress.3-2.out | 9 func5@TEST_1.0: definitions mismatch
|
| HD | regress.2-3.out | 9 func5@TEST_1.0: definitions mismatch
|
| /NextBSD/contrib/libstdc++/include/backward/ |
| D | algobase.h | 75 using std::mismatch;
|
| /NextBSD/usr.sbin/uathload/ |
| HD | Makefile | 22 LDFLAGS+= -Wl,--no-warn-mismatch
|
| /NextBSD/contrib/ofed/libmlx4/fixes/ |
| HD | xrc_kernel_user_mismatch.patch | 15 + fprintf(stderr, PFX "There is a mismatch between "
|
| /NextBSD/contrib/gcclibs/libcpp/ |
| HD | traditional.c | 1075 bool mismatch; in _cpp_expansions_different_trad() local 1082 mismatch = true; in _cpp_expansions_different_trad() 1097 mismatch = false; in _cpp_expansions_different_trad() 1108 mismatch = (len1 != len2 || memcmp (p1, p2, len1)); in _cpp_expansions_different_trad() 1112 return mismatch; in _cpp_expansions_different_trad()
|
| /NextBSD/crypto/heimdal/lib/krb5/ |
| HD | krb5_err.et | 52 error_code ERR_BADVERSION, "Protocol version mismatch" 96 error_code CLIENT_NAME_MISMATCH, "Client name mismatch in certificate" 123 error_code KRB5_LIBOS_BADPWDMATCH, "Password mismatch" 148 error_code KRB5_IN_TKT_REALM_MISMATCH, "Client/server realm mismatch in initial ticket request"
|
| /NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| HD | dt_ident.c | 64 int i, compat, mismatch, arglimit, iskey; in dt_idcook_sign() local 72 mismatch = argc < isp->dis_varargs; in dt_idcook_sign() 75 mismatch = (argc < isp->dis_optargs || argc > isp->dis_argc); in dt_idcook_sign() 78 mismatch = argc != isp->dis_argc; in dt_idcook_sign() 82 if (mismatch) { in dt_idcook_sign()
|
| /NextBSD/crypto/openssh/ |
| HD | sshconnect.c | 570 int remote_major, remote_minor, mismatch; in ssh_exchange_identification() local 655 mismatch = 0; in ssh_exchange_identification() 666 mismatch = 1; in ssh_exchange_identification() 688 mismatch = 1; in ssh_exchange_identification() 691 if (mismatch) in ssh_exchange_identification()
|
| HD | sshd.c | 429 int mismatch; in sshd_exchange_identification() local 526 mismatch = 0; in sshd_exchange_identification() 533 mismatch = 1; in sshd_exchange_identification() 537 mismatch = 1; in sshd_exchange_identification() 555 mismatch = 1; in sshd_exchange_identification() 561 if (mismatch) { in sshd_exchange_identification()
|
| /NextBSD/sys/conf/ |
| HD | kern.pre.mk | 139 NORMAL_FWO= ${LD} -b binary --no-warn-mismatch -d -warn-common -r \ 206 SYSTEM_LD= @${LD} -Bdynamic -T ${LDSCRIPT} ${_LDFLAGS} --no-warn-mismatch \
|
| HD | kmod.mk | 159 ${LD} -b binary --no-warn-mismatch ${_LDFLAGS} \ 163 ${LD} -b binary --no-warn-mismatch ${_LDFLAGS} \
|
| /NextBSD/contrib/compiler-rt/lib/asan/ |
| HD | asan_flags.inc | 106 // Turn off alloc/dealloc mismatch checker on Mac and Windows for now. 115 "Report errors on mismatch betwen size of new and delete.")
|
| /NextBSD/crypto/openssl/doc/crypto/ |
| HD | X509_STORE_CTX_get_error.pod | 194 =item B<X509_V_ERR_SUBJECT_ISSUER_MISMATCH: subject issuer mismatch> 201 =item B<X509_V_ERR_AKID_SKID_MISMATCH: authority and subject key identifier mismatch> 208 =item B<X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH: authority and issuer serial number mismatch>
|