|
ReactOS 0.4.17-dev-243-g1369312
|
#include <stdlib.h>#include <limits.h>#include <stdarg.h>#include "ntstatus.h"#include "windef.h"#include "winbase.h"#include "winternl.h"#include "winnls.h"#include "wine/test.h"
Go to the source code of this file.
Classes | |
| struct | ulong2str_t |
| struct | ulonglong2str_t |
| struct | str2long_t |
| struct | str2longlong_t |
Macros | |
| #define | WIN32_NO_STATUS |
| #define | X(name) p##name = (void *)GetProcAddress( hntdll, #name ); |
| #define | LARGE_STRI_BUFFER_LENGTH 67 |
| #define | ULL(a, b) (((ULONGLONG)(a) << 32) | (b)) |
Variables | |
| static HMODULE | hntdll = 0 |
| static const UNICODE_STRING | BOOLEAN |
| static | LPCSTR |
| static | LPSTR |
| static | INT |
| static | LPWSTR |
| static | int |
| static | LPCWSTR |
| static | WCHAR |
| static | size_t |
| static const char static unsigned | short |
| static const ulong2str_t | ulong2str [] |
| static const ulonglong2str_t | ulonglong2str [] |
| static const str2long_t | str2long [] |
| static const str2longlong_t | str2longlong [] |
| static const unsigned short | wctypes [256] |
| static const unsigned short | ctypes [256] |
Definition at line 108 of file string.c.
Referenced by START_TEST().
|
static |
|
static |
|
static |
Definition at line 662 of file string.c.
Referenced by test_ulonglongtoa().
|
static |
Definition at line 726 of file string.c.
Referenced by test_ulonglongtow().
|
static |
Definition at line 287 of file string.c.
Referenced by test_ulongtoa().
|
static |
Definition at line 362 of file string.c.
Referenced by test_ulongtow().
|
static |
Definition at line 306 of file string.c.
Referenced by test_ulongtoa().
|
static |
Definition at line 397 of file string.c.
Referenced by test_ulongtow().
|
static |
Definition at line 691 of file string.c.
Referenced by test_ulonglongtoa().
|
static |
Definition at line 776 of file string.c.
Referenced by test_ulonglongtow().
|
static |
Definition at line 325 of file string.c.
Referenced by test_ulongtoa().
|
static |
Definition at line 433 of file string.c.
Referenced by test_ulongtow().
|
static |
Referenced by test_bsearch().
| START_TEST | ( | string | ) |
Definition at line 2246 of file string.c.
Definition at line 1485 of file string.c.
Referenced by START_TEST().
Definition at line 1615 of file string.c.
Referenced by START_TEST().
Definition at line 1658 of file string.c.
Referenced by START_TEST().
Definition at line 1776 of file string.c.
Referenced by START_TEST().
Definition at line 1144 of file string.c.
Referenced by START_TEST().
Definition at line 1467 of file string.c.
Referenced by START_TEST().
Definition at line 2207 of file string.c.
Referenced by START_TEST().
Definition at line 2228 of file string.c.
Referenced by START_TEST().
Definition at line 1819 of file string.c.
Referenced by START_TEST().
Definition at line 1390 of file string.c.
Referenced by START_TEST().
Definition at line 2074 of file string.c.
Referenced by START_TEST().
Definition at line 1998 of file string.c.
Definition at line 2020 of file string.c.
Definition at line 709 of file string.c.
Referenced by START_TEST().
Definition at line 812 of file string.c.
Referenced by START_TEST().
Definition at line 344 of file string.c.
Referenced by START_TEST().
Definition at line 469 of file string.c.
Referenced by START_TEST().
Definition at line 1262 of file string.c.
Referenced by START_TEST().
Definition at line 1286 of file string.c.
Referenced by START_TEST().
Definition at line 1274 of file string.c.
Referenced by START_TEST().
Definition at line 1196 of file string.c.
Referenced by START_TEST().
Definition at line 2162 of file string.c.
Referenced by START_TEST().
Definition at line 958 of file string.c.
Referenced by START_TEST().
Definition at line 1167 of file string.c.
Referenced by START_TEST().
Definition at line 1000 of file string.c.
Referenced by START_TEST().
Definition at line 2179 of file string.c.
Referenced by test_ctype().
|
static |
Definition at line 38 of file string.c.
Referenced by InitFunctionPtrs(), and test_printf_format().
|
static |
Definition at line 853 of file string.c.
Referenced by test_atoi(), test_atol(), test_wtoi(), and test_wtol().
|
static |
Definition at line 1027 of file string.c.
Referenced by test_atoi64(), and test_wtoi64().
|
static |
Definition at line 186 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 521 of file string.c.
Referenced by one_i64toa_test(), one_i64tow_test(), one_ui64toa_test(), one_ui64tow_test(), test_ulonglongtoa(), and test_ulonglongtow().