Searched defs:fopen (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dfopen.c2 Implementation of fopen as declared in <stdio.h>.
43 NetBSD: fopen.c,v 1.12 2003/08/07 16:43:24 agc Exp
44 fopen.c 8.1 (Berkeley) 6/4/93"
60 fopen(const char *file, const char *mode) function
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/
H A Dmac_xpidl.cpp288 * Substitute for standard fopen, treats certain filenames specially,
294 FILE* std::fopen(const char* filename, const char *mode) function in class:std
H A Dmac_xpt_linker.cpp191 * replaces standard fopen -- opens files for writing in the project's output directory,
194 FILE* std::fopen(const char* filename, const char *mode) function in class:std
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DCrtWrapper.c377 FILE *fopen (const char *c, const char *m) function
/vbox/src/VBox/Additions/x11/x11include/glproto-1.4.10/GL/internal/
H A Dglcore.h440 void *(CAPI *fopen)(__GLcontext *gc, const char *path, const char *mode); member in struct:__GLimportsRec
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h239 #undef fopen macro
240 #define fopen(ccp1,ccp2) xf86fopen(ccp1,ccp2) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h277 #undef fopen macro
278 #define fopen(ccp1,ccp2) xf86fopen(ccp1,ccp2) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h277 #undef fopen macro
278 #define fopen(ccp1,ccp2) xf86fopen(ccp1,ccp2) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h283 #undef fopen macro
284 #define fopen(ccp1,ccp2) xf86fopen(ccp1,ccp2) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h283 #undef fopen macro
284 #define fopen(ccp1,ccp2) xf86fopen(ccp1,ccp2) macro

Completed in 120 milliseconds