ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
#define | ok_errno(x) ok_hex(errno, (x)) |
#define | ok_wchar(x, y) ok_int(x,y) |
#define | MSVCRT_INVALID_PMT(x) _invalid_parameterA(#x, __FUNCTION__, __FILE__, __LINE__, 0) |
#define | MSVCRT_CHECK_PMT(x) ((x) || (MSVCRT_INVALID_PMT(x),0)) |
Functions | |
errno_t | mbstowcs_s (size_t *cchConverted, wchar_t *widechar, size_t charoutct, const char *multibyte, size_t count) |
void | _test_invalid_parameter (const wchar_t *expression, const wchar_t *function, const wchar_t *file, unsigned int line, uintptr_t pReserved) |
START_TEST (mbstowcs_s) | |
Variables | |
wchar_t | g_expression [64] |
wchar_t | g_function [64] |
wchar_t | g_file [128] |
unsigned int | g_line |
uintptr_t | g_pReserved |
#define MSVCRT_CHECK_PMT | ( | x | ) | ((x) || (MSVCRT_INVALID_PMT(x),0)) |
Definition at line 26 of file mbstowcs_s.c.
#define MSVCRT_INVALID_PMT | ( | x | ) | _invalid_parameterA(#x, __FUNCTION__, __FILE__, __LINE__, 0) |
Definition at line 25 of file mbstowcs_s.c.
#define WIN32_NO_STATUS |
Definition at line 9 of file mbstowcs_s.c.
void _test_invalid_parameter | ( | const wchar_t * | expression, |
const wchar_t * | function, | ||
const wchar_t * | file, | ||
unsigned int | line, | ||
uintptr_t | pReserved | ||
) |
Definition at line 35 of file mbstowcs_s.c.
errno_t mbstowcs_s | ( | size_t * | cchConverted, |
wchar_t * | widechar, | ||
size_t | charoutct, | ||
const char * | multibyte, | ||
size_t | count | ||
) |
Referenced by START_TEST().
START_TEST | ( | mbstowcs_s | ) |
Definition at line 49 of file mbstowcs_s.c.
wchar_t g_expression[64] |
Definition at line 28 of file mbstowcs_s.c.
Referenced by _test_invalid_parameter().
wchar_t g_file[128] |
Definition at line 30 of file mbstowcs_s.c.
Referenced by _test_invalid_parameter().
wchar_t g_function[64] |
Definition at line 29 of file mbstowcs_s.c.
Referenced by _test_invalid_parameter().
Definition at line 31 of file mbstowcs_s.c.
Referenced by _test_invalid_parameter().
uintptr_t g_pReserved |
Definition at line 32 of file mbstowcs_s.c.
Referenced by _test_invalid_parameter().