BUFFER_SIZE        55 user/testbin/f_test/f_test.c #define BIGFILE_SIZE (270 * BUFFER_SIZE)
BUFFER_SIZE        60 user/testbin/f_test/f_test.c char fbuffer[BUFFER_SIZE];
BUFFER_SIZE       135 user/testbin/f_test/f_test.c 	for(i = 0; i < BUFFER_SIZE; i++) {
BUFFER_SIZE       140 user/testbin/f_test/f_test.c 	for (i = 0; i < size; i += BUFFER_SIZE) {
BUFFER_SIZE       141 user/testbin/f_test/f_test.c 		write(fileid, fbuffer, BUFFER_SIZE);
BUFFER_SIZE       143 user/testbin/f_test/f_test.c 		if (!(i % (10 * BUFFER_SIZE))) {
BUFFER_SIZE       156 user/testbin/f_test/f_test.c 	for (i = 0; i < size; i += BUFFER_SIZE) {
BUFFER_SIZE       157 user/testbin/f_test/f_test.c 		j = read(fileid, fbuffer, BUFFER_SIZE);
BUFFER_SIZE       161 user/testbin/f_test/f_test.c 		if (j != BUFFER_SIZE) {
BUFFER_SIZE       166 user/testbin/f_test/f_test.c 	if (!(i % (10 * BUFFER_SIZE))) {
BUFFER_SIZE       171 user/testbin/f_test/f_test.c 	for (j = 0; j < BUFFER_SIZE; j++) {