Home
last modified time | relevance | path

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

/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Ddir.c211 static u_char *delbuf = NULL; variable
237 if ((delbuf = malloc(len = cluster_size)) == NULL) { in resetDosDirSection()
239 perr("No space for directory delbuf (%zu)", len); in resetDosDirSection()
245 free(delbuf); in resetDosDirSection()
287 free(delbuf); in finishDosDirSection()
289 delbuf = NULL; in finishDosDirSection()
308 s = delbuf + startoff; in delete()
309 e = delbuf + clsz; in delete()
314 e = delbuf + endoff; in delete()
323 if (read(fd, delbuf, cls in delete()
[all...]

Completed in 2 milliseconds