ReactOS 0.4.16-dev-329-g9223134
|
Go to the source code of this file.
Classes | |
struct | ulong2str_t |
struct | ulonglong2str_t |
struct | str2long_t |
struct | str2longlong_t |
Macros | |
#define | LARGE_STRI_BUFFER_LENGTH 67 |
#define | NB_ULONG2STR (sizeof(ulong2str)/sizeof(*ulong2str)) |
#define | ULL(a, b) (((ULONGLONG)(a) << 32) | (b)) |
#define | NB_ULONGLONG2STR (sizeof(ulonglong2str)/sizeof(*ulonglong2str)) |
#define | NB_STR2LONG (sizeof(str2long)/sizeof(*str2long)) |
#define | NB_STR2LONGLONG (sizeof(str2longlong)/sizeof(*str2longlong)) |
Variables | |
static HMODULE | hntdll = 0 |
static const UNICODE_STRING | BOOLEAN |
static | LPCSTR |
static | LPSTR |
static | INT |
static | LPWSTR |
static | int |
static | WCHAR |
static | size_t |
static const ulong2str_t | ulong2str [] |
static const ulonglong2str_t | ulonglong2str [] |
static const str2long_t | str2long [] |
static const str2longlong_t | str2longlong [] |
#define NB_STR2LONGLONG (sizeof(str2longlong)/sizeof(*str2longlong)) |
#define NB_ULONGLONG2STR (sizeof(ulonglong2str)/sizeof(*ulonglong2str)) |
Definition at line 65 of file string.c.
Referenced by START_TEST().
static int | ( | __cdecl * | compar | ) | const |
|
static |
|
static |
Definition at line 594 of file string.c.
Referenced by test_ulonglongtoa().
|
static |
Definition at line 658 of file string.c.
Referenced by test_ulonglongtow().
|
static |
Definition at line 218 of file string.c.
Referenced by test_ulongtoa().
|
static |
Definition at line 293 of file string.c.
Referenced by test_ulongtow().
|
static |
Definition at line 237 of file string.c.
Referenced by test_ulongtoa().
|
static |
Definition at line 328 of file string.c.
Referenced by test_ulongtow().
|
static |
Definition at line 623 of file string.c.
Referenced by test_ulonglongtoa().
|
static |
Definition at line 708 of file string.c.
Referenced by test_ulonglongtow().
|
static |
Definition at line 256 of file string.c.
Referenced by test_ulongtoa().
|
static |
Definition at line 364 of file string.c.
Referenced by test_ulongtow().
|
static |
Referenced by InitFunctionPtrs(), START_TEST(), and test_bsearch().
START_TEST | ( | string | ) |
Definition at line 1304 of file string.c.
Definition at line 1273 of file string.c.
Referenced by START_TEST().
Definition at line 1074 of file string.c.
Referenced by START_TEST().
Definition at line 1255 of file string.c.
Referenced by START_TEST().
Definition at line 1196 of file string.c.
Referenced by START_TEST().
Definition at line 641 of file string.c.
Referenced by START_TEST().
Definition at line 744 of file string.c.
Referenced by START_TEST().
Definition at line 275 of file string.c.
Referenced by START_TEST().
Definition at line 400 of file string.c.
Referenced by START_TEST().
Definition at line 1122 of file string.c.
Referenced by START_TEST().
Definition at line 1146 of file string.c.
Referenced by START_TEST().
Definition at line 1134 of file string.c.
Referenced by START_TEST().
Definition at line 891 of file string.c.
Referenced by START_TEST().
Definition at line 1097 of file string.c.
Referenced by START_TEST().
Definition at line 933 of file string.c.
Referenced by START_TEST().
|
static |
Definition at line 30 of file string.c.
Referenced by InitFunctionPtrs().
|
static |
Definition at line 785 of file string.c.
Referenced by test_atoi(), test_atol(), test_wtoi(), and test_wtol().
|
static |
Definition at line 956 of file string.c.
Referenced by test_atoi64(), and test_wtoi64().
|
static |
Definition at line 116 of file string.c.
Referenced by one_itoa_test(), one_itow_test(), one_ltoa_test(), one_ltow_test(), one_ultoa_test(), one_ultow_test(), test_ulongtoa(), and test_ulongtow().
|
static |
Definition at line 452 of file string.c.
Referenced by one_i64toa_test(), one_i64tow_test(), one_ui64toa_test(), one_ui64tow_test(), test_ulonglongtoa(), and test_ulonglongtow().