NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
MINBUFS
sbin/fsck_ext2fs/utilities.c
155
if (bufcnt < MINBUFS)
sbin/fsck_ext2fs/utilities.c
156
bufcnt = MINBUFS;
sbin/fsck_ext2fs/utilities.c
163
if (i >= MINBUFS)
sbin/fsck_ffs/utilities.c
152
if (bufcnt < MINBUFS)
sbin/fsck_ffs/utilities.c
153
bufcnt = MINBUFS;
sbin/fsck_ffs/utilities.c
158
if (i >= MINBUFS) {