ReactOS 0.4.16-dev-1019-g2c2cdfd
|
#include <corecrt_internal_lowio.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/stat.h>
Go to the source code of this file.
Classes | |
struct | anonymous_namespace{open.cpp}::file_options |
Namespaces | |
namespace | anonymous_namespace{open.cpp} |
Macros | |
#define | UTF16LE_BOM 0xFEFF |
#define | UTF16BE_BOM 0xFFFE |
#define | BOM_MASK 0xFFFF |
#define | UTF8_BOM 0xBFBBEF |
#define | UTF16_BOMLEN 2 |
#define | UTF8_BOMLEN 3 |
Variables | |
DWORD const | anonymous_namespace{open.cpp}::GENERIC_READ_WRITE = (GENERIC_READ | GENERIC_WRITE) |
Definition at line 124 of file open.cpp.
Referenced by _creat(), compat_open(), install_from_unix_file(), main(), rd_open_file(), rw(), test__popen(), test__sopen_s(), test_chsize(), test_file_write_read(), test_get_osfhandle(), test_ioinfo_flags(), test_setmode(), and tmpfile().
Definition at line 859 of file open.cpp.
Referenced by _open(), and test_get_osfhandle().
errno_t __cdecl _sopen_dispatch | ( | char const *const | path, |
int const | oflag, | ||
int const | shflag, | ||
int const | pmode, | ||
int *const | pfh, | ||
int const | secure | ||
) |
Definition at line 196 of file open.cpp.
Referenced by _sopen(), _sopen_s(), and test__sopen_dispatch().
errno_t __cdecl _sopen_nolock | ( | int *const | punlock_flag, |
int *const | pfh, | ||
char const *const | path, | ||
int const | oflag, | ||
int const | shflag, | ||
int const | pmode, | ||
int const | secure | ||
) |
Definition at line 835 of file open.cpp.
errno_t __cdecl _sopen_s | ( | int *const | pfh, |
char const *const | path, | ||
int const | oflag, | ||
int const | shflag, | ||
int const | pmode | ||
) |
Definition at line 872 of file open.cpp.
errno_t __cdecl _wsopen_dispatch | ( | wchar_t const *const | path, |
int const | oflag, | ||
int const | shflag, | ||
int const | pmode, | ||
int *const | pfh, | ||
int const | secure | ||
) |
Definition at line 208 of file open.cpp.
Referenced by _wsopen(), and _wsopen_s().
errno_t __cdecl _wsopen_nolock | ( | int *const | punlock_flag, |
int *const | pfh, | ||
wchar_t const *const | path, | ||
int const | oflag, | ||
int const | shflag, | ||
int const | pmode, | ||
int const | secure | ||
) |
Definition at line 655 of file open.cpp.
Referenced by _sopen_nolock().
errno_t __cdecl _wsopen_s | ( | int *const | pfh, |
wchar_t const *const | path, | ||
int const | oflag, | ||
int const | shflag, | ||
int const | pmode | ||
) |
|
static |
Definition at line 84 of file open.cpp.
|
static |
Definition at line 147 of file open.cpp.
Referenced by _sopen_dispatch(), and _wsopen_dispatch().
|
static |
Definition at line 441 of file open.cpp.
Referenced by _wsopen_nolock().
|
static |
Definition at line 240 of file open.cpp.
Referenced by decode_options().
Definition at line 265 of file open.cpp.
Referenced by decode_options().
|
static |
Definition at line 337 of file open.cpp.
Referenced by _wsopen_nolock().
Definition at line 293 of file open.cpp.
Referenced by decode_options().
Definition at line 320 of file open.cpp.
Referenced by decode_options().
Definition at line 398 of file open.cpp.
Referenced by _wsopen_nolock().