Lines Matching full:bufsiz
481 char* buffer = (char*)malloc(BUFSIZ);499 while ((read = fread(buffer, 1, BUFSIZ, fin)) > 0) {