Searched refs:lfbuf (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/fsck_msdos/
H A Ddir.c922 static u_char *lfbuf; variable
945 if (!lfbuf) {
946 lfbuf = malloc(boot->ClusterSize);
947 if (!lfbuf) {
953 p = lfbuf;
956 for (; p < lfbuf + boot->ClusterSize; p += 32)
960 if (p && p < lfbuf + boot->ClusterSize)
971 || (size_t)read(dosfs, lfbuf, boot->ClusterSize) != boot->ClusterSize) {
975 p = lfbuf;
1001 || (size_t)write(dosfs, lfbuf, boo
[all...]

Completed in 45 milliseconds