Searched defs:fopen (Results 1 – 8 of 8) sorted by relevance
/external/bison/lib/ |
D | stdio--.h | 25 # define fopen fopen_safer macro
|
/external/syslinux/com32/lib/ |
D | fopen.c | 9 FILE *fopen(const char *file, const char *mode) in fopen() function
|
/external/compiler-rt/test/tsan/Linux/ |
D | user_fopen.cc | 9 extern "C" FILE *fopen(const char *file, const char *mode) { in fopen() function
|
/external/syslinux/gpxe/src/crypto/axtls/ |
D | os_port.h | 31 static inline FILE * fopen ( const char *filename __unused, in fopen() function
|
/external/curl/lib/ |
D | memdebug.h | 147 #define fopen(file,mode) curl_fopen(file,mode,__LINE__,__FILE__) macro
|
/external/valgrind/coregrind/ |
D | m_libcprint.c | 325 VgFile *VG_(fopen)(const HChar *name, Int flags, Int mode) in VG_() argument
|
/external/elfutils/libdwfl/ |
D | linux-kernel-modules.c | 52 #define fopen fopen64 macro
|
/external/fmtlib/test/ |
D | posix-mock-test.cc | 182 FILE *test::fopen(const char *filename, const char *mode) { in fopen() function in test
|