Lines Matching refs:BUFSIZ
1082 char* buffer = malloc(BUFSIZ);1084 while (success && (read = fread(buffer, 1, BUFSIZ, f)) > 0) {