OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:delbuf
(Results
1 - 1
of
1
) sorted by null
/external/fsck_msdos/
dir.c
215
static u_char *
delbuf
= NULL;
variable
234
|| !(
delbuf
= malloc(b2))
298
free(
delbuf
);
300
delbuf
= NULL;
314
s =
delbuf
+ startoff;
315
e =
delbuf
+ clsz;
320
e =
delbuf
+ endoff;
329
if (read(f,
delbuf
, clsz) != clsz) {
342
if (write(f,
delbuf
, clsz) != clsz) {
349
s =
delbuf
;
[
all
...]
Completed in 357 milliseconds