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

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetvalues.c259 int mismatch = 0; local
279 mismatch = 1;
283 if ( mismatch ) {
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dhashsum.c96 unsigned unread = 0, mismatch = 0; local
166 mismatch++;
171 if (mismatch || unread)
174 "of %d files mismatches", unread, mismatch);
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_ident.c53 int i, compat, mismatch, arglimit, iskey; local
61 mismatch = argc < isp->dis_varargs;
64 mismatch = (argc < isp->dis_optargs || argc > isp->dis_argc);
67 mismatch = argc != isp->dis_argc;
71 if (mismatch) {
72 xyerror(D_PROTO_LEN, "%s%s%s prototype mismatch: %d %s%s"
323 xyerror(D_PROTO_LEN, "%s[ ] prototype mismatch: %d arg%s"
433 xyerror(D_PROTO_LEN, "%s[ ] prototype mismatch: %d arg%s"
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsclone.c1090 int mismatch = 0; local
1129 if (++mismatch > 10)
1140 if (mismatch) {
1141 Printf("Totally %d cluster accounting mismatches.\n", mismatch);
H A Dntfsresize.c882 int mismatch = 0; local
917 if (!mismatch && !bit && !backup_boot &&
926 if (++mismatch > 10 && !opt.verbose)
938 if (mismatch) {
940 "accounting mismatches.\n", mismatch);

Completed in 38 milliseconds