/vbox/src/VBox/Devices/Network/slirp/ |
H A D | debug.h | 32 #define FILE void macro
|
/vbox/src/recompiler/Sun/crt/ |
H A D | stdio.h | 38 typedef struct FILE FILE; typedef in typeref:struct:FILE 45 DECLINLINE(int) fprintf(FILE *ignored, const char *pszFormat, ...)
|
/vbox/src/recompiler/ |
H A D | dyngen-exec.h | 33 /* prevent Solaris from trying to typedef FILE in gcc's 56 typedef struct __sFILE FILE; typedef in typeref:struct:__sFILE 58 typedef struct FILE FILE; typedef in typeref:struct:FILE 60 extern int fprintf(FILE *, const char *, ...); 61 extern int fputs(const char *, FILE *);
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/jdtrace/ |
H A D | JDTrace.java | 71 FILE enum constant in enum:JDTrace.ProgramType 811 r.type = ProgramType.FILE; 870 case FILE:
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/ |
H A D | stdio.h | 71 } FILE; typedef in typeref:struct:_iobuf 85 FILE* __cdecl __p__iob(void); 88 FILE* __cdecl __iob_func(void); 103 FILE* __cdecl _fdopen(int,const char*); 105 int __cdecl _filbuf(FILE*); 106 int __cdecl _fileno(FILE*); 107 int __cdecl _flsbuf(int,FILE*); 110 FILE* __cdecl _fsopen(const char*,const char*,int); 113 int __cdecl _getw(FILE*); 114 int __cdecl _pclose(FILE*); [all...] |
H A D | wchar.h | 94 } FILE; typedef in typeref:struct:_iobuf 327 FILE* __cdecl _wfdopen(int,const wchar_t*); 328 FILE* __cdecl _wfopen(const wchar_t*,const wchar_t*); 329 errno_t __cdecl _wfopen_s(FILE**,const wchar_t*,const wchar_t*); 330 FILE* __cdecl _wfreopen(const wchar_t*,const wchar_t*,FILE*); 331 FILE* __cdecl _wfsopen(const wchar_t*,const wchar_t*,int); 333 FILE* __cdecl _wpopen(const wchar_t*,const wchar_t*); 338 wint_t __cdecl fgetwc(FILE*); 339 wchar_t* __cdecl fgetws(wchar_t*,int,FILE*); [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/ |
H A D | stdio.h | 81 } FILE; typedef in typeref:struct:_iobuf 95 FILE* __cdecl __p__iob(void); 98 FILE* __cdecl __iob_func(void); 110 FILE* __cdecl _fdopen(int,const char*); 112 int __cdecl _filbuf(FILE*); 113 int __cdecl _fileno(FILE*); 114 int __cdecl _flsbuf(int,FILE*); 117 FILE* __cdecl _fsopen(const char*,const char*,int); 119 int __cdecl _getw(FILE*); 120 int __cdecl _pclose(FILE*); [all...] |
H A D | wchar.h | 104 } FILE; typedef in typeref:struct:_iobuf 290 FILE* __cdecl _wfdopen(int,const wchar_t*); 291 FILE* __cdecl _wfopen(const wchar_t*,const wchar_t*); 292 FILE* __cdecl _wfreopen(const wchar_t*,const wchar_t*,FILE*); 293 FILE* __cdecl _wfsopen(const wchar_t*,const wchar_t*,int); 295 FILE* __cdecl _wpopen(const wchar_t*,const wchar_t*); 300 wint_t __cdecl fgetwc(FILE*); 301 wchar_t* __cdecl fgetws(wchar_t*,int,FILE*); 302 wint_t __cdecl fputwc(wint_t,FILE*); [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/ |
H A D | OpenSslSupport.h | 26 // so FILE is mapped to VOID * to pass build 28 typedef VOID *FILE; typedef 188 FILE *fopen (const char *, const char *); 189 size_t fread (void *, size_t, size_t, FILE *); 190 size_t fwrite (const void *, size_t, size_t, FILE *); 191 char *fgets (char *, int, FILE *); 192 int fputs (const char *, FILE *); 193 int fprintf (FILE *, const char *, ...); 194 int vfprintf (FILE *, const char *, VA_LIST); 195 int fflush (FILE *); [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/ |
H A D | stdio.h | 9 FILE *tmpfile (void); 13 int fclose (FILE *); 14 int fflush (FILE *); 15 FILE *fopen (const char * __restrict , 17 FILE *freopen (const char * __restrict, 18 const char * __restrict, FILE * __restrict); 19 void setbuf (FILE * __restrict, char * __restrict); 20 int setvbuf (FILE * __restrict, char * __restrict, 24 int fprintf (FILE * __restrict stream, 26 int fscanf (FILE * __restric 255 } FILE; typedef in typeref:struct:__sFILE [all...] |
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/ |
H A D | xf86_libc.h | 16 * 0.2 Feb 24 1997 hide few FILE functions 40 typedef void XF86FILE; /* opaque FILE replacement */ 486 #undef FILE macro 487 #define FILE XF86FILE macro
|
H A D | assyntax.h | 240 #define FILE(s) CHOICE(.file s, .file s, .file s) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | xf86_libc.h | 39 * 0.2 Feb 24 1997 hide few FILE functions 62 typedef void XF86FILE; /* opaque FILE replacement */ 530 #undef FILE macro 531 #define FILE XF86FILE macro 707 # define _FILEDEFED /* Already have FILE defined, don't redefine it */
|
H A D | assyntax.h | 267 #define FILE(s) CHOICE(.file s, .file s, .file s) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | xf86_libc.h | 39 * 0.2 Feb 24 1997 hide few FILE functions 62 typedef void XF86FILE; /* opaque FILE replacement */ 530 #undef FILE macro 531 #define FILE XF86FILE macro 707 # define _FILEDEFED /* Already have FILE defined, don't redefine it */
|
H A D | assyntax.h | 264 #define FILE(s) CHOICE(.file s, .file s, .file s) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | xf86_libc.h | 41 * 0.2 Feb 24 1997 hide few FILE functions 66 typedef void XF86FILE; /* opaque FILE replacement */ 536 #undef FILE macro 537 #define FILE XF86FILE macro 713 # define _FILEDEFED /* Already have FILE defined, don't redefine it */
|
H A D | assyntax.h | 268 #define FILE(s) CHOICE(.file s, .file s, .file s) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | xf86_libc.h | 41 * 0.2 Feb 24 1997 hide few FILE functions 66 typedef void XF86FILE; /* opaque FILE replacement */ 534 #undef FILE macro 535 #define FILE XF86FILE macro 711 # define _FILEDEFED /* Already have FILE defined, don't redefine it */
|
H A D | assyntax.h | 268 #define FILE(s) CHOICE(.file s, .file s, .file s) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | assyntax.h | 264 #define FILE(s) CHOICE(.file s, .file s, .file s) macro
|
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/ |
H A D | assyntax.h | 315 #define FILE(s) CHOICE(.file s, .file s, .file s) macro 916 #define FILE(s) macro 967 #define FILE(s)
|