Lines Matching full:freopen
2391 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and2402 inline FILE *FReopen(const char* path, const char* mode, FILE* stream) {2403 return freopen(path, mode, stream);