Lines Matching defs:FOpen
1058 static FILE* FOpen(const char* path, const char* mode) {1067 FILE* file = fopen(path, mode);1082 FILE* file = FOpen(name, "rb");