HomeSort by: relevance | last modified time | path
    Searched defs:lfoff (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/fsck_msdos/
dir.c 926 static off_t lfoff; variable in typeref:typename:off_t
971 lfoff = (lfcl - CLUST_FIRST) * boot->ClusterSize
973 if (lseek(dosfs, lfoff, SEEK_SET) != lfoff
1004 if (lseek(dosfs, lfoff, SEEK_SET) != lfoff
dir.c 926 static off_t lfoff; variable in typeref:typename:off_t
971 lfoff = (lfcl - CLUST_FIRST) * boot->ClusterSize
973 if (lseek(dosfs, lfoff, SEEK_SET) != lfoff
1004 if (lseek(dosfs, lfoff, SEEK_SET) != lfoff

Completed in 63 milliseconds