Searched refs:fread (Results 1 - 25 of 80) sorted by relevance

1234

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/
H A Dctypeio.c72 if (fread(id, sizeof(id), 1, fp) != 1)
78 if (fread(&i, sizeof(u_int32_t), 1, fp) != 1)
84 if (fread(&len, sizeof(u_int32_t), 1, fp) != 1)
94 if (fread(&new_ctype[1], sizeof(UINT16), len, fp) != len)
101 if (fread(&new_toupper[1], sizeof(UINT8), len, fp) != len)
108 if (fread(&new_tolower[1], sizeof(UINT8), len, fp) != len)
/vbox/src/libs/libxml2-2.6.31/win32/wince/
H A Dwincecompat.c24 return(fread(&buffer[0], len, 1, (FILE *) handle));
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dpipepong.c68 nBytes = fread(buf, 1, 5, stdin);
/vbox/src/bldprogs/
H A DVBoxPeSetVersion.cpp36 if (fread(&MzHdr, sizeof(MzHdr), 1, pFile) != 1)
43 if (fread(&NtHdrs, sizeof(NtHdrs), 1, pFile) != 1)
H A DVBoxCmp.cpp76 size_t cb1 = fread(&b1, sizeof(b1), 1, pFile1);
78 size_t cb2 = fread(&b2, sizeof(b2), 1, pFile2);
H A Dbin2c.c189 while ((cbRead = fread(&abLine[0], 1, cbLine, pFileIn)) > 0)
H A Dbiossums.c138 cbIn = fread(abBios, 1, sizeof(abBios), pIn);
/vbox/src/libs/libpng-1.2.8/
H A Dpngrio.c47 /* fread() returns 0 on error, so it is OK to store this in a png_size_t
48 * instead of an int, which is what fread() actually returns.
54 check = (png_size_t)fread(data, (png_size_t)1, length,
86 check = fread(n_data, 1, length, io_ptr);
102 err = fread(buf, (png_size_t)1, read, io_ptr);
/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dmztools.c49 while ( fread(header, 1, 30, fpZip) == 30 ) {
77 if (fread(filename, 1, fnsize, fpZip) == fnsize) {
100 if (fread(extra, 1, extsize, fpZip) == extsize) {
126 if ((int)fread(data, 1, dataSize, fpZip) == dataSize) {
261 while ( (nRead = (int)fread(buffer, 1, sizeof(buffer), fpOutCD)) > 0) {
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dfread.c2 Implementation of fread as declared in <stdio.h>.
43 NetBSD: fread.c,v 1.16 2003/08/07 16:43:25 agc Exp
44 fread.c 8.2 (Berkeley) 12/11/93
56 fread(void *buf, size_t size, size_t count, FILE *fp) function
/vbox/src/libs/libxml2-2.6.31/doc/examples/
H A Dparse4.c33 res = fread(mem, 1, size, desc);
/vbox/src/libs/zlib-1.2.6/examples/
H A Dzpipe.c54 strm.avail_in = fread(in, 1, CHUNK, source);
112 strm.avail_in = fread(in, 1, CHUNK, source);
H A Dfitblk.c80 def->avail_in = fread(raw, 1, RAWLEN, in);
/vbox/src/VBox/Devices/PC/ipxe/contrib/rom-o-matic/
H A Dbuild.php236 $buf = fread ( $fp, $len );
/vbox/src/VBox/Additions/WINNT/Installer/InstallHelper/
H A DVBoxGuestInstallHelper.cpp297 if ( fread(&byBuf, sizeof(BYTE), 2, pFh) == 2
304 if (fread(&byOffsetPE, sizeof(BYTE), 1, pFh) == 1)
310 if (fread(byBuf, sizeof(BYTE), 4, pFh) == 4)
334 if (fread(&wMachineType, 1,
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A Dsunos4.h107 extern int fread(void *, size_t, size_t, FILE *);
/vbox/src/VBox/Main/webservice/
H A Dsplit-soapC.cpp76 if (fread(pBuffer, 1, cbFileIn, pFileIn) != (size_t)cbFileIn)
/vbox/src/libs/zlib-1.2.6/contrib/puff/
H A Dpufftest.c73 *len += fread((char *)buf + *len, 1, size - *len, in);
/vbox/src/VBox/ValidationKit/bootsectors/
H A DVBoxBs2Linker.cpp158 size_t cbRead = fread(abBuf, sizeof(uint8_t), 4096, pInput);
165 fprintf(stderr, "error: fread returned %u bytes, but we're not at the end of the file yet...\n",
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiRom/
H A DEfiRom.c270 if (fread (Buffer, FileSize, 1, InFptr) != 1) {
513 if (fread (Buffer, FileSize, 1, InFptr) != 1) {
779 if (fread (&DosHeader, sizeof (DosHeader), 1, Fptr) != 1) {
798 if (fread (&PeHdr, sizeof (PeHdr), 1, Fptr) != 1) {
1297 if (fread (&PciRomHdr, sizeof (PciRomHdr), 1, InFptr) != 1) {
1322 if (fread (&PciDs23, sizeof (PciDs23), 1, InFptr) != 1) {
1327 if (fread (&PciDs30, sizeof (PciDs30), 1, InFptr) != 1) {
1411 if (fread (&EfiRomHdr, sizeof (EfiRomHdr), 1, InFptr) != 1) {
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GnuGenBootSector/
H A DGnuGenBootSector.c219 if (0x200 != fread(FirstSector, 1, 0x200, InputFile)) {
251 if (0x200 != fread (FirstSectorBackup, 1, 0x200, OutputFile)) {
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiLdrImage/
H A DEfiLdrImage.c149 fread (Buffer, length, 1, in);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFfs/
H A DGenFfs.c336 fread (&TempSectHeader, 1, sizeof (TempSectHeader), InFile);
339 fread (&TeHeader, 1, sizeof (TeHeader), InFile);
347 fread (&GuidSectHeader, 1, sizeof (GuidSectHeader), InFile);
399 if (fread (FileBuffer + Size, (size_t) FileSize, 1, InFile) != 1) {
/vbox/src/libs/libxml2-2.6.31/
H A DtestSAX.c1025 ret = fread(chars, 1, 4, f);
1029 while ((ret = fread(chars, 1, 3, f)) > 0) {
1054 ret = fread(chars, 1, 4, f);
1062 while ((ret = fread(chars, 1, 3, f)) > 0) {
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Dreadpng.c71 fread(sig, 1, 8, infile);

Completed in 126 milliseconds

1234