Searched defs:mismatch (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetvalues.c259 int mismatch = 0; local
279 mismatch = 1;
283 if ( mismatch ) {
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass5.c155 * declare a spurious mismatch.
446 * If a mismatch is found, if the bit is set in map1, it's considered
465 int mismatch; local
467 mismatch = 0;
497 mismatch = 1;
532 mismatch = 1;
535 return (mismatch);
551 mismatch = 1;
556 return (mismatch);
573 mismatch
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_ident.c55 int i, compat, mismatch, arglimit, iskey; local
63 mismatch = argc < isp->dis_varargs;
66 mismatch = (argc < isp->dis_optargs || argc > isp->dis_argc);
69 mismatch = argc != isp->dis_argc;
73 if (mismatch) {
74 xyerror(D_PROTO_LEN, "%s%s%s prototype mismatch: %d %s%s"
325 xyerror(D_PROTO_LEN, "%s[ ] prototype mismatch: %d arg%s"
438 xyerror(D_PROTO_LEN, "%s[ ] prototype mismatch: %d arg%s"
H A Ddt_cc.c335 "%s( ) prototype mismatch: %d args passed, 1 expected\n",
378 "%s( ) prototype mismatch: %d args passed, %d expected\n",
440 "%s( ) prototype mismatch: %d args passed, %s expected\n",
524 "%s( ) prototype mismatch: %d args passed, %d expected\n",
763 "mismatch: expected at most 3 args\n");
802 "mismatch: too many arguments\n");
867 "mismatch: too many arguments\n");
1335 * mismatch.
1395 int mismatch; /* error on bad match */ member in struct:__anon89
1493 * mismatch
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/mpt_sas/
H A Dmpt_sas.c459 int mismatch = 0; local
496 mismatch++;
607 if (mismatch)
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_line.c1727 int mismatch = memcmp(dwarf_standard_opcode_operand_count, local
1730 if(mismatch) {
1735 mismatch = memcmp(dwarf_arm_standard_opcode_operand_count,
1738 if(!mismatch && err_count_out) {
1743 if (!mismatch) {
1760 int mismatch = local
1764 if(mismatch) {
1769 mismatch = memcmp(dwarf_arm_standard_opcode_operand_count,
1772 if(!mismatch && err_count_out) {
1778 if (!mismatch) {
[all...]
/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c1563 int mismatch = 0; local
1604 mismatch++;
1737 if (mismatch != 0) {
1738 if (mismatch == common) {
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c8985 int mismatch; local
8992 mismatch = 0;
9014 * mismatch.
9029 mismatch = 1;
9032 if (mismatch == 1)

Completed in 129 milliseconds