Lines Matching defs:FOpen
986 static FILE* FOpen(const char* path, const char* mode) {995 FILE* file = fopen(path, mode);1010 FILE* file = FOpen(name, "rb");