Home | History | Annotate | Download | only in Shell

Lines Matching refs:fwrite

738 			fwrite(&bfType		, 1, sizeof(bfType)		, fpDumpfile);
739 fwrite(&bfSize , 1, sizeof(bfSize) , fpDumpfile);
740 fwrite(&bfReserved1 , 1, sizeof(bfReserved1), fpDumpfile);
741 fwrite(&bfReserved2 , 1, sizeof(bfReserved2), fpDumpfile);
742 fwrite(&bfOffBits , 1, sizeof(bfOffBits) , fpDumpfile);
745 fwrite(&biSize , 1, sizeof(biSize) , fpDumpfile);
746 fwrite(&biWidth , 1, sizeof(biWidth) , fpDumpfile);
747 fwrite(&biHeight , 1, sizeof(biHeight) , fpDumpfile);
748 fwrite(&biPlanes , 1, sizeof(biPlanes) , fpDumpfile);
749 fwrite(&biBitCount , 1, sizeof(biBitCount) , fpDumpfile);
750 fwrite(&biCompression , 1, sizeof(biCompression) , fpDumpfile);
751 fwrite(&biSizeImage , 1, sizeof(biSizeImage) , fpDumpfile);
752 fwrite(&biXPelsPerMeter , 1, sizeof(biXPelsPerMeter), fpDumpfile);
753 fwrite(&biYPelsPerMeter , 1, sizeof(biYPelsPerMeter), fpDumpfile);
754 fwrite(&biClrUsed , 1, sizeof(biClrUsed) , fpDumpfile);
755 fwrite(&biClrImportant , 1, sizeof(biClrImportant) , fpDumpfile);
769 fwrite(pPixel, 1, 3, fpDumpfile);
773 fwrite("\0\0\0\0", i32OutAlign, 1, fpDumpfile);