Home
last modified time | relevance | path

Searched refs:mismatch (Results 1 – 25 of 146) sorted by relevance

123456

/freebsd-10-stable/usr.bin/grep/regex/
Dtre-fastmatch.c132 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 …]
/freebsd-10-stable/crypto/openssh/regress/
Dproto-mismatch.sh6 mismatch () function
18 mismatch 2 SSH-1.5-HALLO
20 mismatch 1 SSH-2.0-HALLO
DREADME.regress68 proto-mismatch.sh: protocol version mismatch
/freebsd-10-stable/contrib/apr/strings/
Dapr_fnmatch.c76 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()
/freebsd-10-stable/contrib/gcclibs/libdecnumber/
DdecNumberLocal.h78 #error Maximum digits mismatch
81 #error Maximum exponent mismatch
84 #error Minimum exponent mismatch
/freebsd-10-stable/contrib/mtree/
Dspecspec.c106 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()
/freebsd-10-stable/usr.sbin/mtree/
Dspecspec.c93 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()
/freebsd-10-stable/usr.sbin/etcupdate/tests/
Dalways_test.sh408 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)
Dtests_test.sh987 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)
/freebsd-10-stable/tools/tools/shlib-compat/test/
Dregress.3-1.out7 func5@TEST_1.0: definitions mismatch
Dregress.1-3.out7 func5@TEST_1.0: definitions mismatch
Dregress.3-2.out9 func5@TEST_1.0: definitions mismatch
Dregress.2-3.out9 func5@TEST_1.0: definitions mismatch
/freebsd-10-stable/contrib/libstdc++/include/backward/
Dalgobase.h75 using std::mismatch;
/freebsd-10-stable/contrib/ofed/libmlx4/fixes/
Dxrc_kernel_user_mismatch.patch15 + fprintf(stderr, PFX "There is a mismatch between "
/freebsd-10-stable/contrib/gcclibs/libcpp/
Dtraditional.c1075 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()
/freebsd-10-stable/crypto/heimdal/lib/krb5/
Dkrb5_err.et52 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"
/freebsd-10-stable/crypto/openssh/
Dssh_api.c320 const char *mismatch = "Protocol mismatch.\r\n"; in _ssh_read_banner() local
349 mismatch, strlen(mismatch))) != 0) in _ssh_read_banner()
Dsshconnect.c551 int remote_major, remote_minor, mismatch; in ssh_exchange_identification() local
636 mismatch = 0; in ssh_exchange_identification()
647 mismatch = 1; in ssh_exchange_identification()
669 mismatch = 1; in ssh_exchange_identification()
672 if (mismatch) in ssh_exchange_identification()
Dsshd.c432 int mismatch; in sshd_exchange_identification() local
532 mismatch = 0; in sshd_exchange_identification()
539 mismatch = 1; in sshd_exchange_identification()
543 mismatch = 1; in sshd_exchange_identification()
561 mismatch = 1; in sshd_exchange_identification()
567 if (mismatch) { in sshd_exchange_identification()
/freebsd-10-stable/sys/conf/
Dkern.pre.mk139 NORMAL_FWO= ${LD} -b binary --no-warn-mismatch -d -warn-common -r \
173 SYSTEM_LD= @${LD} -Bdynamic -T ${LDSCRIPT} ${LDFLAGS} --no-warn-mismatch \
Dkmod.mk170 ${LD} -b binary --no-warn-mismatch ${LDFLAGS} \
174 ${LD} -b binary --no-warn-mismatch ${LDFLAGS} \
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_ident.c64 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()
/freebsd-10-stable/crypto/openssl/doc/crypto/
DX509_STORE_CTX_get_error.pod194 =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>
/freebsd-10-stable/crypto/heimdal/lib/kadm5/
Dkadm5_err.et21 error_code BAD_HIST_KEY, "Password history principal key version mismatch"

123456