Lines Matching refs:fwrite
445 if (fwrite(out_buff, 1, MAGICNUMBER_SIZE, foutput) != MAGICNUMBER_SIZE)
468 if (fwrite(out_buff, 1, (size_t)outSize+4, foutput) != (size_t)(outSize+4)) {
715 if (fwrite(dstBuffer, 1, cSize, dstFile) != cSize) {
726 if (fwrite(dstBuffer, 1, headerSize, dstFile) != headerSize)
740 if (fwrite(dstBuffer, 1, outSize, dstFile) != outSize)
753 if (fwrite(dstBuffer, 1, endSize, dstFile) != endSize)
892 size_t const sizeCheck = fwrite(buffer, 1, bufferSize, file);
922 { size_t const sizeCheck = fwrite(ptrT, sizeT, seg0SizeT, file);
939 { size_t const sizeCheck = fwrite(restPtr, 1, (size_t)(restEnd - restPtr), file);
953 if (fwrite(lastZeroByte, 1, 1, file) != 1)
1155 if (fwrite(MNstore, 1, MAGICNUMBER_SIZE, foutput) != MAGICNUMBER_SIZE) {