Searched defs:fopen (Results 1 – 5 of 5) sorted by relevance
25 # define fopen fopen_safer macro
9 extern "C" FILE *fopen(const char *file, const char *mode) { in fopen() function
150 #define fopen(file,mode) curl_fopen(file,mode,__LINE__,__FILE__) macro
325 VgFile *VG_(fopen)(const HChar *name, Int flags, Int mode) in VG_() argument
52 #define fopen fopen64 macro