Lines Matching full:bufsiz
1125 char* buffer = reinterpret_cast<char*>(malloc(BUFSIZ));1127 while (success && (read = ota_fread(buffer, 1, BUFSIZ, f)) > 0) {