Home
last modified time | relevance | path

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

/NextBSD/lib/libstand/
HDdosfs.c144 static int fatend(u_int, u_int);
603 if (fatend(fs->fatsz, clus)) in lookup()
698 return fatend(fs->fatsz, c) ? n : -1; in fatcnt()
724 fatend(u_int sz, u_int c) in fatend() function