Home | History | Annotate | Download | only in GenSection

Lines Matching refs:fwrite

153     fwrite (EnglishLangCode, 1, 4, OutFile);

160 fwrite (&String[Index], 1, 1, OutFile);
161 fwrite (&AsciiNull, 1, 1, OutFile);
246 fwrite (&CommonSect, sizeof (CommonSect), 1, OutFile);
263 if (fwrite (Buffer, (size_t) InputFileLength, 1, OutFile) != 1) {
537 fwrite (&CompressionSect, sizeof (CompressionSect), 1, OutFile);
538 fwrite (FileBuffer, CompressedLength, 1, OutFile);
666 fwrite (&Crc32GuidSect, sizeof (Crc32GuidSect), 1, OutFile);
667 fwrite (FileBuffer, InputLength, 1, OutFile);
973 fwrite (&CommonSect, sizeof (CommonSect), 1, OutFile);
974 fwrite (&VersionNumber, 2, 1, OutFile);
986 fwrite (&CommonSect, sizeof (CommonSect), 1, OutFile);