HomeSort by relevance Sort by last modified time
    Searched defs:fopen (Results 1 - 13 of 13) sorted by null

  /external/bison/lib/
stdio--.h 24 # undef fopen macro
25 # define fopen fopen_safer macro
  /bionic/libc/stdio/
fopen.c 1 /* $OpenBSD: fopen.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */
45 fopen(const char *file, const char *mode) function
  /external/compiler-rt/lib/tsan/lit_tests/
user_fopen.cc 9 extern "C" FILE *fopen(const char *file, const char *mode) { function
12 printf("user fopen\n");
24 FILE *f = fopen("/dev/zero", "r");
32 // CHECK: user fopen
  /external/qemu/distrib/sdl-1.2.15/src/main/win32/
SDL_win32_main.c 19 # 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/bison/darwin-lib/
stdio.h 566 # undef fopen
567 # define fopen rpl_fopen
569 _GL_FUNCDECL_RPL (fopen, FILE *, (const char *filename, const char *mode)
571 _GL_CXXALIAS_RPL (fopen, FILE *, (const char *filename, const char *mode));
573 _GL_CXXALIAS_SYS (fopen, FILE *, (const char *filename, const char *mode));
575 _GL_CXXALIASWARN (fopen); variable
577 # undef fopen macro
578 /* Assume fopen is always declared. */
579 _GL_WARN_ON_USE (fopen, "fopen on native Windows platforms is not POSIX compliant -
    [all...]
  /external/bison/linux-lib/
stdio.h 566 # undef fopen
567 # define fopen rpl_fopen
569 _GL_FUNCDECL_RPL (fopen, FILE *, (const char *filename, const char *mode)
571 _GL_CXXALIAS_RPL (fopen, FILE *, (const char *filename, const char *mode));
573 _GL_CXXALIAS_SYS (fopen, FILE *, (const char *filename, const char *mode));
575 _GL_CXXALIASWARN (fopen); variable
577 # undef fopen macro
578 /* Assume fopen is always declared. */
579 _GL_WARN_ON_USE (fopen, "fopen on native Windows platforms is not POSIX compliant -
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 50 #ifdef fopen /* fopen is a #define on VMS. */
51 #undef fopen macro
53 #define fopen(PATH,MODE) fopen_unlocked(PATH,MODE) macro
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 50 #ifdef fopen /* fopen is a #define on VMS. */
51 #undef fopen macro
53 #define fopen(PATH,MODE) fopen_unlocked(PATH,MODE) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 50 #ifdef fopen /* fopen is a #define on VMS. */
51 #undef fopen macro
53 #define fopen(PATH,MODE) fopen_unlocked(PATH,MODE) macro
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 50 #ifdef fopen /* fopen is a #define on VMS. */
51 #undef fopen macro
53 #define fopen(PATH,MODE) fopen_unlocked(PATH,MODE) macro
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 238 /// FILE *fopen(const char *filename, const char *mode);
239 fopen, enumerator in enum:llvm::LibFunc::Func
  /external/quake/quake/src/QW/scitech/include/
mgraph.h 880 FILE * (*fopen)(const char *filename,const char *mode); member in struct:__anon14352
    [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H 880 FILE * (*fopen)(const char *filename,const char *mode); member in struct:__anon14651
    [all...]

Completed in 3220 milliseconds