Home | History | Annotate | Download | only in UefiStrGather

Lines Matching refs:fwrite

1122   fwrite (&DbHeader, sizeof (STRING_DB_HEADER), 1, DBFptr);

1213 write to the output file properly, open it as binary and use fwrite.
1250 fwrite (&WChar, sizeof (WCHAR), 1, OutFptr);
1262 fwrite (Line, wcslen (Line) * sizeof (WCHAR), 1, OutFptr);
1263 fwrite (&CrLf, sizeof (CrLf), 1, OutFptr);
1264 fwrite (&CrLf, sizeof (CrLf), 1, OutFptr);
1313 fwrite (Line, wcslen (Line) * sizeof (WCHAR), 1, OutFptr);
1314 fwrite (&CrLf, sizeof (CrLf), 1, OutFptr);
1317 fwrite (&CrLf, sizeof (CrLf), 1, OutFptr);
1324 fwrite (&CrLf, sizeof (CrLf), 1, OutFptr);
1330 fwrite (Line, wcslen (Line) * sizeof (WCHAR), 1, OutFptr);
1331 fwrite (&CrLf, sizeof (CrLf), 1, OutFptr);
1332 fwrite (&CrLf, sizeof (CrLf), 1, OutFptr);
1346 fwrite (Line, wcslen (Line) * sizeof (WCHAR), 1, OutFptr);
1347 fwrite (&CrLf, sizeof (CrLf), 1, OutFptr);
1357 fwrite (Line, wcslen (Line) * sizeof (WCHAR), 1, OutFptr);
1358 fwrite (&CrLf, sizeof (CrLf), 1, OutFptr);
1378 fwrite (Line, wcslen (Line) * sizeof (WCHAR), 1, OutFptr);
1379 fwrite (StrList->Str, StrList->Size - sizeof (WCHAR), 1, OutFptr);
1385 fwrite (Line, wcslen (Line) * sizeof (WCHAR), 1, OutFptr);
1386 fwrite (&CrLf, sizeof (CrLf), 1, OutFptr);
1432 if (fwrite (&Hdr, sizeof (DB_DATA_ITEM_HEADER), 1, DBFptr) != 1) {
1437 if (fwrite (&StringId, sizeof (StringId), 1, DBFptr) != 1) {
1442 if (fwrite (&Flags, sizeof (Flags), 1, DBFptr) != 1) {
1501 if (fwrite (&Hdr, sizeof (DB_DATA_ITEM_HEADER), 1, DBFptr) != 1) {
1506 if (fwrite (&Flags, sizeof (Flags), 1, DBFptr) != 1) {
1601 if (fwrite (&Hdr, sizeof (DB_DATA_ITEM_HEADER), 1, DBFptr) != 1) {
1734 if (fwrite (&Size, sizeof (UINT16), 1, DBFptr) != 1) {
1739 if (fwrite (&Flags, sizeof (UINT16), 1, DBFptr) != 1) {
1744 if (fwrite (Str, sizeof (WCHAR), Size / sizeof (WCHAR), DBFptr) != Size / sizeof (WCHAR)) {
2389 fwrite (StrPkgHdr, StrPkgHdr->HdrSize, 1, File);
2405 fwrite (Buffer->mBlkBuffer, Buffer->mBlkSize, 1, File);