Lines Matching refs:BUFSIZ
484 char* buffer = (char*)malloc(BUFSIZ);502 while ((read = fread(buffer, 1, BUFSIZ, fin)) > 0) {