ReactOS 0.4.16-dev-1063-gd722e70
|
Go to the source code of this file.
Functions | |
template<typename Character > | |
static FILE *__cdecl | common_openfile (Character const *const file_name, Character const *const mode, int const share_flag, __crt_stdio_stream const stream) throw () |
FILE *__cdecl | _openfile (char const *const file_name, char const *const mode, int const share_flag, FILE *const public_stream) |
FILE *__cdecl | _wopenfile (wchar_t const *const file_name, wchar_t const *const mode, int const share_flag, FILE *const public_stream) |
FILE *__cdecl _openfile | ( | char const *const | file_name, |
char const *const | mode, | ||
int const | share_flag, | ||
FILE *const | public_stream | ||
) |
Definition at line 59 of file openfile.cpp.
Referenced by __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_0().
FILE *__cdecl _wopenfile | ( | wchar_t const *const | file_name, |
wchar_t const *const | mode, | ||
int const | share_flag, | ||
FILE *const | public_stream | ||
) |
Definition at line 69 of file openfile.cpp.
Referenced by __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_0().
|
static |
Definition at line 20 of file openfile.cpp.
Referenced by _openfile(), and _wopenfile().