Home | History | Annotate | Download | only in src

Lines Matching full:fopen

1007 static FILE* FOpen(const char* path, const char* mode) {
1016 FILE* file = fopen(path, mode);
1029 FILE* file = FOpen(name, "rb");