Searched refs:fclose (Results 1 - 25 of 185) sorted by relevance

12345678

/vbox/src/libs/libxml2-2.6.31/win32/wince/
H A Dwincecompat.c46 return ( fclose((FILE *) handle) );
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DCommonLib.c209 fclose (InputFile);
218 fclose (InputFile);
226 fclose (InputFile);
234 fclose (InputFile);
245 fclose (InputFile);
253 fclose (InputFile);
312 fclose (OutputFile);
318 fclose (OutputFile);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GnuGenBootSector/
H A DGnuGenBootSector.c161 fclose (f);
175 fclose (f);
220 fclose(InputFile);
224 fclose(InputFile);
252 fclose(OutputFile);
259 fclose(OutputFile);
263 fclose(OutputFile);
/vbox/src/VBox/Main/webservice/
H A Dsplit-soapC.cpp178 fclose(pFileOut);
195 fclose(pFileIn);
197 fclose(pFileOut);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/
H A Dctypeio.c117 (void) fclose(fp);
133 (void) fclose(fp);
181 (void) fclose(fp);
184 (void) fclose(fp);
H A Daliasname.c126 fclose(fp);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dfclose.c2 Implementation of fclose as declared in <stdio.h>.
43 NetBSD: fclose.c,v 1.16 2003/08/07 16:43:22 agc Exp
44 fclose.c 8.1 (Berkeley) 6/4/93
57 fclose(FILE *fp) function
/vbox/src/bldprogs/
H A Dbiossums.c66 fclose(g_pIn);
68 fclose(g_pOut);
142 fclose(pIn);
224 if (fclose(pOut))
H A Dfilesplitter.cpp102 fclose(pFile);
143 if (fclose(pFile))
184 fclose(pFile);
195 fclose(pFile);
251 int rc2 = fclose(pFile);
H A Dbin2c.c160 fclose(pFileIn);
244 fclose(pFileOut);
245 fclose(pFileIn);
H A DVBoxCmp.cpp123 fclose(pFile1);
125 fclose(pFile2);
H A DVBoxPeSetVersion.cpp78 if (fclose(pFile) != 0)
/vbox/src/VBox/Main/src-server/linux/
H A DNetIf-linux.cpp72 fclose(fp);
78 fclose(fp);
98 fclose(fp);
110 fclose(fp);
199 fclose(fp);
263 fclose(fp);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenPage/
H A DGenPage.c252 fclose (PageFile);
264 fclose (PageFile);
265 fclose (NoPageFile);
285 fclose (PageFile);
286 fclose (NoPageFile);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Ddbmalloc.c139 (void)fclose(fp);
148 (void)fclose(fp);
155 (void)fclose(fp);
194 (void)fclose(fp);
302 (void)fclose(fp);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiLdrImage/
H A DEfiLdrImage.c300 fclose (fpOut);
304 fclose(fpIn);
323 fclose (fpOut);
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsLeakDetector.cpp65 fclose(GC_stderr);
123 fclose(trace);
149 fclose(trace);
/vbox/src/libs/libpng-1.2.8/contrib/visupng/
H A DPngFile.c273 fclose(pfFile);
278 fclose (pfFile);
309 fclose(pfFile);
315 fclose(pfFile);
385 fclose(pfFile);
390 fclose (pfFile);
/vbox/src/VBox/ValidationKit/bootsectors/
H A DVBoxBs2Linker.cpp192 fclose(pInput);
202 if (fclose(stderr) != 0)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A Ddlgauto.h121 if (zzstream_in && zzstream_in!=stdin) fclose( zzstream_in );
147 if (zzstream_in && zzstream_in!=stdin) fclose( zzstream_in );
174 if (zzstream_in && zzstream_in!=stdin) fclose( zzstream_in );
192 fclose( zzstream_in );
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dgetprotoent.c67 fclose(protof);
/vbox/src/VBox/HostServices/auth/winlogon/
H A Dwinlogon.cpp46 fclose (f);
/vbox/src/VBox/Additions/linux/sharedfolders/
H A Dvbsfmount.c61 fclose(m);
/vbox/src/libs/libxml2-2.6.31/doc/examples/
H A Dparse4.c123 fclose(desc);
/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dmztools.c255 fclose(fpOutCD);
267 fclose(fpOutCD);
272 fclose(fpZip);
273 fclose(fpOut);

Completed in 2047 milliseconds

12345678