OpenBSD
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
127
if (bufcnt < MINBUFS)
sbin/fsck_ext2fs/utilities.c
128
bufcnt = MINBUFS;
sbin/fsck_ext2fs/utilities.c
135
if (i >= MINBUFS)
sbin/fsck_ffs/utilities.c
157
if (bufcnt < MINBUFS)
sbin/fsck_ffs/utilities.c
158
bufcnt = MINBUFS;
sbin/fsck_ffs/utilities.c
165
if (i >= MINBUFS)