Searched defs:fopen (Results 1 – 10 of 10) sorted by relevance
/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/python/cpython3/Tools/scripts/ |
D | ndiff.py | 61 def fopen(fname): function
|
/external/python/cpython2/Tools/scripts/ |
D | ndiff.py | 61 def fopen(fname): function
|
/external/syslinux/gpxe/src/crypto/axtls/ |
D | os_port.h | 31 static inline FILE * fopen ( const char *filename __unused, in fopen() function
|
/external/libpcap/ |
D | portability.h | 85 #define fopen(x, y) \ macro
|
/external/curl/lib/ |
D | memdebug.h | 160 #define fopen(file,mode) curl_fopen(file,mode,__LINE__,__FILE__) macro
|
/external/elfutils/libdwfl/ |
D | linux-kernel-modules.c | 52 #define fopen fopen64 macro
|
/external/brotli/c/tools/ |
D | brotli.c | 47 #define fopen ms_fopen macro
|
/external/valgrind/coregrind/ |
D | m_libcprint.c | 833 VgFile *VG_(fopen)(const HChar *name, Int flags, Int mode) in VG_() argument
|