Lines Matching defs:match
825 * Check index match, to be used for undos only
830 * and the actual record does not fully match the undo data.
831 * We however accept the match if the parent directory and the name
832 * match.
840 BOOL match;
842 match = !memcmp(first, second, length);
843 if (!match) {
845 printf("The existing index does not match :\n");
849 match = (feedle64(first, 16) == feedle64(second, 16))
851 if (match && optv)
852 printf("However parent dir and name do match\n");
854 return (match);
1300 printf("The existing record does not match (%d/%d)\n",
1694 printf("** index root does not match\n");
2391 (err ? "does not match" : "matches"));
3467 (err ? "does not match" : "matches"));