DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
INCRBUFSIZE
sbin/dmesg/dmesg.c
154
bp = malloc(INCRBUFSIZE);
sbin/dmesg/dmesg.c
193
if (buflen > INCRBUFSIZE)
sbin/dmesg/dmesg.c
194
buflen = INCRBUFSIZE;