Searched defs:fopen (Results 1 - 10 of 10) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/ |
H A D | fopen.c | 2 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 D | mac_xpidl.cpp | 288 * Substitute for standard fopen, treats certain filenames specially, 294 FILE* std::fopen(const char* filename, const char *mode) function in class:std
|
H A D | mac_xpt_linker.cpp | 191 * 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 D | CrtWrapper.c | 377 FILE *fopen (const char *c, const char *m) function
|
/vbox/src/VBox/Additions/x11/x11include/glproto-1.4.10/GL/internal/ |
H A D | glcore.h | 440 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 D | xf86_libc.h | 239 #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 D | xf86_libc.h | 277 #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 D | xf86_libc.h | 277 #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 D | xf86_libc.h | 283 #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 D | xf86_libc.h | 283 #undef fopen macro 284 #define fopen(ccp1,ccp2) xf86fopen(ccp1,ccp2) macro
|
Completed in 120 milliseconds