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

/external/bison/lib/
H A Dstdio--.h24 #undef fopen macro
25 #define fopen fopen_safer macro
/external/qemu/distrib/sdl-1.2.15/src/main/win32/
H A DSDL_win32_main.c19 # define fopen _wfopen macro
177 file = fopen(stdoutPath, TEXT("rb"));
187 file = fopen(stderrPath, TEXT("rb"));
229 stdout = fopen(stdoutPath, TEXT("w"));
231 newfp = fopen(stdoutPath, TEXT("w"));
251 stderr = fopen(stderrPath, TEXT("w"));
253 newfp = fopen(stderrPath, TEXT("w"));
/external/quake/quake/src/QW/scitech/include/
H A Dmgraph.h880 FILE * (*fopen)(const char *filename,const char *mode); member in struct:__anon11547
/external/quake/quake/src/WinQuake/scitech/INCLUDE/
H A DMGRAPH.H880 FILE * (*fopen)(const char *filename,const char *mode); member in struct:__anon11846

Completed in 128 milliseconds