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

/external/bison/lib/
H A Dstdio--.h24 # undef fopen macro
25 # define fopen fopen_safer macro
/external/compiler-rt/test/tsan/Linux/
H A Duser_fopen.cc9 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/curl/lib/
H A Dmemdebug.h149 #undef fopen macro
150 #define fopen(file,mode) curl_fopen(file,mode,__LINE__,__FILE__) macro
/external/valgrind/coregrind/
H A Dm_libcprint.c325 VgFile *VG_(fopen)(const HChar *name, Int flags, Int mode) function
332 VgFile *fp = VG_(malloc)("fopen", sizeof(VgFile));
/external/bison/darwin-lib/
H A Dstdio.h566 # 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 o
[all...]
/external/bison/linux-lib/
H A Dstdio.h566 # 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 o
[all...]
/external/elfutils/libdwfl/
H A Dlinux-kernel-modules.c52 #define fopen fopen64 macro
474 state.f = fopen (KSYMSFILE, "r");
828 FILE *f = fopen (sysfile, "r");
862 f = fopen (sysfile, "r");
882 f = fopen (sysfile, "r");
886 f = fopen (sysfile, "r");
920 FILE *f = fopen (MODULELIST, "r");

Completed in 274 milliseconds