ReactOS 0.4.16-dev-927-g467dec4
|
#include <corecrt_internal_stdio.h>
Go to the source code of this file.
Functions | |
template<typename Character > | |
static FILE *__cdecl | common_fsopen (Character const *const file_name, Character const *const mode, int const share_flag) throw () |
template<typename Character > | |
static errno_t __cdecl | common_fopen_s (FILE **const result, Character const *const file_name, Character const *const mode) throw () |
FILE *__cdecl | _fsopen (char const *const file, char const *const mode, int const share_flag) |
FILE *__cdecl | fopen (char const *const file, char const *const mode) |
errno_t __cdecl | fopen_s (FILE **const result, char const *const file, char const *const mode) |
FILE *__cdecl | _wfsopen (wchar_t const *const file, wchar_t const *const mode, int const share_flag) |
FILE *__cdecl | _wfopen (wchar_t const *const file, wchar_t const *const mode) |
errno_t __cdecl | _wfopen_s (FILE **const result, wchar_t const *const file, wchar_t const *const mode) |
Definition at line 90 of file fopen.cpp.
errno_t __cdecl _wfopen_s | ( | FILE **const | result, |
wchar_t const *const | file, | ||
wchar_t const *const | mode | ||
) |
Definition at line 133 of file fopen.cpp.
FILE *__cdecl _wfsopen | ( | wchar_t const *const | file, |
wchar_t const *const | mode, | ||
int const | share_flag | ||
) |
|
static |
Definition at line 73 of file fopen.cpp.
Referenced by _wfopen_s(), and fopen_s().
|
static |
Definition at line 22 of file fopen.cpp.
Referenced by _fsopen(), _wfopen(), _wfsopen(), common_fopen_s(), and fopen().