Home
last modified time | relevance | path

Searched refs:shortSum (Results 1 – 1 of 1) sorted by relevance

/freebsd/sbin/fsck_msdosfs/
H A Ddir.c558 int shortSum; in readDosDirSection() local
573 shortSum = -1; in readDosDirSection()
664 if (shortSum != -1) { in readDosDirSection()
671 shortSum = p[13]; in readDosDirSection()
674 } else if (shortSum != p[13] in readDosDirSection()
788 if (vallfn && shortSum != calcShortSum(p)) { in readDosDirSection()
803 shortSum = -1; in readDosDirSection()