Home
last modified time | relevance | path

Searched defs:fopen (Results 1 – 10 of 10) sorted by relevance

/external/syslinux/com32/lib/
Dfopen.c9 FILE *fopen(const char *file, const char *mode) in fopen() function
/external/compiler-rt/test/tsan/Linux/
Duser_fopen.cc9 extern "C" FILE *fopen(const char *file, const char *mode) { in fopen() function
/external/python/cpython3/Tools/scripts/
Dndiff.py61 def fopen(fname): function
/external/python/cpython2/Tools/scripts/
Dndiff.py61 def fopen(fname): function
/external/syslinux/gpxe/src/crypto/axtls/
Dos_port.h31 static inline FILE * fopen ( const char *filename __unused, in fopen() function
/external/libpcap/
Dportability.h85 #define fopen(x, y) \ macro
/external/curl/lib/
Dmemdebug.h160 #define fopen(file,mode) curl_fopen(file,mode,__LINE__,__FILE__) macro
/external/elfutils/libdwfl/
Dlinux-kernel-modules.c52 #define fopen fopen64 macro
/external/brotli/c/tools/
Dbrotli.c47 #define fopen ms_fopen macro
/external/valgrind/coregrind/
Dm_libcprint.c833 VgFile *VG_(fopen)(const HChar *name, Int flags, Int mode) in VG_() argument