Home
last modified time | relevance | path

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

/openbsd-src/sbin/fsck_msdos/
H A Dext.h90 int comparefat(struct bootblock *, struct fatEntry *, struct fatEntry *, int);
H A Dcheck.c116 mod |= comparefat(&boot, fat, currentFat, i); in checkfilesys()
H A Dfat.c275 comparefat(struct bootblock *boot, struct fatEntry *first, in comparefat() function