HomeSort by: relevance | last modified time | path
    Searched defs:shortSum (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/fsck_msdos/
dir.c 475 int shortSum;
486 shortSum = -1;
554 if (shortSum != -1) {
561 shortSum = p[13];
564 } else if (shortSum != p[13]
651 if (vallfn && shortSum != calcShortSum(p)) {
666 shortSum = -1;
dir.c 475 int shortSum;
486 shortSum = -1;
554 if (shortSum != -1) {
561 shortSum = p[13];
564 } else if (shortSum != p[13]
651 if (vallfn && shortSum != calcShortSum(p)) {
666 shortSum = -1;

Completed in 23 milliseconds