DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
COPYBLKSIZE
usr.bin/dsynth/build.c
3064
buf = malloc(COPYBLKSIZE);
usr.bin/dsynth/build.c
3071
while ((r = read(fd1, buf, COPYBLKSIZE)) > 0) {