HomeSort by relevance Sort by last modified time
    Searched full:lfbuf (Results 1 - 1 of 1) sorted by null

  /external/fsck_msdos/
dir.c 1014 static u_char *lfbuf; variable
1037 if (!lfbuf) {
1038 lfbuf = malloc(boot->ClusterSize);
1039 if (!lfbuf) {
1045 p = lfbuf;
1048 for (; p < lfbuf + boot->ClusterSize; p += 32)
1052 if (p && p < lfbuf + boot->ClusterSize)
1064 || read(dosfs, lfbuf, boot->ClusterSize) != boot->ClusterSize) {
1068 p = lfbuf;
1094 || write(dosfs, lfbuf, boot->ClusterSize) != boot->ClusterSize)
    [all...]

Completed in 55 milliseconds