HelenOS sources
BUF_SIZE 1099 uspace/app/edit/edit.c char buf[BUF_SIZE];
BUF_SIZE 1112 uspace/app/edit/edit.c n_read = fread(buf + bcnt, 1, BUF_SIZE - bcnt, f);
BUF_SIZE 1137 uspace/app/edit/edit.c char buf[BUF_SIZE];
BUF_SIZE 1148 uspace/app/edit/edit.c sheet_copy_out(doc.sh, &sp, epos, buf, BUF_SIZE, &bep);
BUF_SIZE 134 uspace/app/lprint/lprint.c buf = malloc(BUF_SIZE);
BUF_SIZE 149 uspace/app/lprint/lprint.c nread = fread(buf, 1, BUF_SIZE, f);
BUF_SIZE 141 uspace/app/sportdmp/sportdmp.c uint8_t *buf = (uint8_t *) malloc(BUF_SIZE);
BUF_SIZE 148 uspace/app/sportdmp/sportdmp.c rc = chardev_read(chardev, buf, BUF_SIZE, &nread,
BUF_SIZE 38 uspace/app/tester/stdio/stdio1.c static char buf[BUF_SIZE + 1];
BUF_SIZE 55 uspace/app/tester/stdio/stdio1.c size_t cnt = fread(buf, 1, BUF_SIZE, file);
BUF_SIZE 96 uspace/app/tester/vfs/vfs1.c char buf[BUF_SIZE];
BUF_SIZE 98 uspace/app/tester/vfs/vfs1.c while ((rc = vfs_read(fd0, &pos, buf, BUF_SIZE, &cnt))) {
BUF_SIZE 41 uspace/app/testwrit/testwrit.c char buffer[BUF_SIZE];
BUF_SIZE 47 uspace/app/testwrit/testwrit.c memset(buffer, 0xcafebabe, BUF_SIZE);
BUF_SIZE 67 uspace/app/testwrit/testwrit.c fwrite(buffer, 1, BUF_SIZE, file);
BUF_SIZE 699 uspace/dist/src/c/demos/edit/edit.c char buf[BUF_SIZE];
BUF_SIZE 712 uspace/dist/src/c/demos/edit/edit.c n_read = fread(buf + bcnt, 1, BUF_SIZE - bcnt, f);
BUF_SIZE 737 uspace/dist/src/c/demos/edit/edit.c char buf[BUF_SIZE];
BUF_SIZE 748 uspace/dist/src/c/demos/edit/edit.c sheet_copy_out(doc.sh, &sp, epos, buf, BUF_SIZE, &bep);
BUF_SIZE 47 uspace/lib/futil/src/futil.c static char buf[BUF_SIZE];
BUF_SIZE 74 uspace/lib/futil/src/futil.c rc = vfs_read(sf, &posr, buf, BUF_SIZE, &nr);
BUF_SIZE 84 uspace/lib/futil/src/futil.c } while (nr == BUF_SIZE);
BUF_SIZE 377 uspace/srv/hid/isdv4_tablet/isdv4.c state->buf = malloc(BUF_SIZE);
BUF_SIZE 383 uspace/srv/hid/isdv4_tablet/isdv4.c state->buf_size = BUF_SIZE;
HelenOS homepage, sources at GitHub