Searched refs:callfopen (Results 1 – 1 of 1) sorted by relevance
2278 static FILE* callfopen( const char* filepath, const char* mode ) in callfopen() function2321 FILE* fp = callfopen( filename, "rb" ); in LoadFile()2393 FILE* fp = callfopen( filename, "w" ); in SaveFile()