OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clsz
(Results
1 - 1
of
1
) sorted by null
/external/fsck_msdos/
dir.c
312
int
clsz
= boot->SecPerClust * boot->BytesPerSec;
local
315
e = delbuf +
clsz
;
329
if (read(f, delbuf,
clsz
) !=
clsz
) {
342
if (write(f, delbuf,
clsz
) !=
clsz
) {
Completed in 43 milliseconds