Lines Matching full:fopen_s
62 int fopen_s(FILE** pFile, const char* filename, const char* mode) {706 if (fopen_s(&result, path, mode) == 0) {