Searched refs:mismatch (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-11-stable/crypto/openssh/regress/
H A Dproto-mismatch.sh1 # $OpenBSD: proto-mismatch.sh,v 1.4 2015/03/03 22:35:19 markus Exp $
4 tid="protocol version mismatch"
6 mismatch () function
18 mismatch 2 SSH-1.5-HALLO
20 mismatch 1 SSH-2.0-HALLO
H A DMakefile23 proto-mismatch \
/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A DdecNumberLocal.h78 #error Maximum digits mismatch
81 #error Maximum exponent mismatch
84 #error Minimum exponent mismatch
/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Dalgobase.h75 using std::mismatch;
/freebsd-11-stable/contrib/apr/strings/
H A Dapr_fnmatch.c76 const char * const mismatch = *pattern; local
161 *pattern = mismatch;
207 const char *mismatch = NULL; local
285 mismatch = pattern;
355 * but slashes will mismatch, and are not consumed)
369 pattern = mismatch;
/freebsd-11-stable/usr.bin/grep/regex/
H A Dtre-fastmatch.c130 * Shifts in the input string after a mismatch. The position of the
131 * mismatch is stored in the mismatch variable.
145 if (u != 0 && (unsigned)mismatch == fg->wlen - 1 - shift) \
146 mismatch -= u; \
147 v = fg->wlen - 1 - mismatch; \
151 gs = fg->bmGs[mismatch]; \
154 DPRINT(("tre_fast_match: mismatch on character" CHF ", " \
156 ((const tre_char_t *)startptr)[mismatch + 1], \
162 if (u != 0 && (unsigned)mismatch
876 int mismatch; local
[all...]
/freebsd-11-stable/usr.sbin/fmtree/
H A Dspecspec.c93 mismatch(NODE *n1, NODE *n2, int differ, char const *path) function
126 mismatch(n1, n2, differs, path);
131 mismatch(n1, n2, differs, path);
136 mismatch(n1, n2, differs, path);
170 mismatch(n1, n2, differs, path);
/freebsd-11-stable/contrib/mtree/
H A Dspecspec.c106 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);
/freebsd-11-stable/usr.sbin/etcupdate/tests/
H A 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)
H A 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-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_ident.c64 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"
/freebsd-11-stable/crypto/openssh/
H A Dsshconnect.c550 int remote_major, remote_minor, mismatch; local
635 mismatch = 0;
646 mismatch = 1;
668 mismatch = 1;
671 if (mismatch)
H A Dssh_api.c320 const char *mismatch = "Protocol mismatch.\r\n"; local
349 mismatch, strlen(mismatch))) != 0)
/freebsd-11-stable/contrib/tcsh/
H A Ded.inputl.c44 static Char mismatch[] = { '\\', '-', '%', '\0' }; variable
47 Strchr(mismatch, (c)))
/freebsd-11-stable/sys/conf/
H A DMakefile.arm65 ${_LDFLAGS} --no-warn-mismatch --warn-common --export-dynamic \
H A Dkern.pre.mk132 NORMAL_FWO= ${LD} -b binary --no-warn-mismatch -d -warn-common -r \
210 --no-warn-mismatch --warn-common --export-dynamic \
H A Dkmod.mk187 ${LD} -b binary --no-warn-mismatch ${_LDFLAGS} \
192 ${LD} -b binary --no-warn-mismatch ${_LDFLAGS} \
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp549 os << "Assuming dynamic cast returns null due to type mismatch";
/freebsd-11-stable/contrib/gcc/cp/
H A Dtypeck2.c1256 goto mismatch;
1265 mismatch:
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_algobase.h697 * @return A pair of iterators pointing to the first mismatch.
706 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
731 * @return A pair of iterators pointing to the first mismatch.
742 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_mci.c626 u_int32_t *p_gpm = NULL, mismatch = 0, more_data = HAL_MCI_GPM_NOMORE; local
720 mismatch++;
733 "(MCI) GPM receiving timeout, mismatch = %d\n", mismatch);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp535 std::mismatch(sys::path::begin(DirFrom), sys::path::end(DirFrom),
/freebsd-11-stable/contrib/gcc/
H A Dgcov.c998 fnotice (stderr, "%s:stamp mismatch with graph file\n", da_file_name);
1036 mismatch:;
1037 fnotice (stderr, "%s:profile mismatch for '%s'\n",
1045 goto mismatch;
/freebsd-11-stable/sys/net80211/
H A Dieee80211_node.c568 /* capabilities mismatch */
570 "%s: merge failed, capabilities mismatch\n", __func__);
609 goto mismatch;
615 goto mismatch;
632 mismatch:
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-checks.sql210 SELECT n.local_relpath, n.op_depth, 26, 'Copied descendant mismatch'

Completed in 563 milliseconds

12