ReactOS 0.4.16-dev-197-g92996da
|
#include <stdio.h>
#include <errno.h>
#include <math.h>
#include <locale.h>
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#include "wine/test.h"
Go to the source code of this file.
Macros | |
#define | _CRT_NON_CONFORMING_SWPRINTFS |
#define | INFINITY __port_infinity() |
#define | NAN __port_nan() |
#define | IND __port_ind() |
Variables | |
static __ms_va_list | valist |
static size_t | sizeOfBuffer |
static size_t size_t | count |
static size_t size_t const wchar_t * | format |
static size_t | length |
static size_t double | number |
static size_t double int | ndigits |
static size_t double int int * | decpt |
static size_t double int int int * | sign |
static static | size_t |
static static const char | __ms_va_list |
static const wchar_t void * | locale |
static size_t | size |
struct { | |
double value | |
int nrdigits | |
const char * expstr_e | |
const char * expstr_f | |
int expdecpt_e | |
int expdecpt_f | |
int expsign | |
} | test_cvt_testcases [] |
#define IND __port_ind() |
#define INFINITY __port_infinity() |
#define NAN __port_nan() |
Definition at line 1363 of file printf.c.
Referenced by test_vscprintf().
|
static |
|
static |
Definition at line 1223 of file printf.c.
Referenced by test_vsnwprintf().
|
static |
|
static |
Definition at line 1297 of file printf.c.
Referenced by test_vswprintf().
|
static |
|
static |
|
static |
Definition at line 90 of file printf.c.
Referenced by START_TEST().
|
static |
|
static |
START_TEST | ( | printf | ) |
Definition at line 1546 of file printf.c.
Definition at line 1513 of file printf.c.
Referenced by START_TEST().
Definition at line 970 of file printf.c.
Referenced by START_TEST().
Definition at line 883 of file printf.c.
Referenced by START_TEST().
Definition at line 855 of file printf.c.
Referenced by START_TEST().
Definition at line 111 of file printf.c.
Referenced by START_TEST().
Definition at line 833 of file printf.c.
Referenced by START_TEST().
Definition at line 1373 of file printf.c.
Referenced by START_TEST().
Definition at line 1397 of file printf.c.
Referenced by START_TEST().
Definition at line 1233 of file printf.c.
Referenced by START_TEST().
Definition at line 1425 of file printf.c.
Referenced by START_TEST().
Definition at line 1483 of file printf.c.
Referenced by START_TEST().
Definition at line 1317 of file printf.c.
Referenced by START_TEST().
Definition at line 1117 of file printf.c.
Referenced by START_TEST().
Definition at line 78 of file printf.c.
Referenced by _vscprintf_wrapper(), _vscwprintf_wrapper(), _vsnwprintf_s_wrapper(), _vsnwprintf_wrapper(), _vsprintf_p_wrapper(), _vswprintf_c_l_wrapper(), _vswprintf_c_wrapper(), _vswprintf_l_wrapper(), _vswprintf_p_l_wrapper(), _vswprintf_wrapper(), and vswprintf_wrapper().
Definition at line 72 of file printf.c.
Referenced by __get_floor_digits(), __write_floatT(), _ecvt(), _fcvt(), cvt(), fcvtbuf(), ftoes(), ftofs(), and test_xcvt().
int expdecpt_e |
Definition at line 1074 of file printf.c.
Referenced by test_xcvt().
int expdecpt_f |
Definition at line 1075 of file printf.c.
Referenced by test_xcvt().
int expsign |
Definition at line 1076 of file printf.c.
Referenced by test_xcvt().
Definition at line 1072 of file printf.c.
Referenced by test_xcvt().
Definition at line 1073 of file printf.c.
Referenced by test_xcvt().
Definition at line 72 of file printf.c.
Referenced by _ecvt(), _fcvt(), _Initialize_get_float(), cvt(), fcvtbuf(), ftoes(), ftofs(), mpAdd(), mpCompare(), mpModMult(), mpMultiply(), mpSetDigit(), mpSetEqual(), mpSetZero(), mpShiftLeft(), mpShiftRight(), mpShortDiv(), and mpSizeof().
int nrdigits |
Definition at line 1071 of file printf.c.
Referenced by test_xcvt().
Definition at line 71 of file printf.c.
Referenced by test_vscwprintf(), and test_vswprintf().
Definition at line 72 of file printf.c.
Referenced by test_fcvt(), and test_xcvt().
size_t sizeOfBuffer |
Definition at line 68 of file printf.c.
Referenced by _sxprintf(), _vsnprintf_s(), _vsnwprintf_s_wrapper(), and _vsprintf_p_wrapper().
struct { ... } test_cvt_testcases[] |
Referenced by test_xcvt().
static size_t const wchar_t void __ms_va_list valist |
Definition at line 66 of file printf.c.
Referenced by __WINE_PRINTF_ATTR(), _cscanf(), _cwprintf(), _snscanf(), _snwscanf(), _test_assigned_proc(), _vscprintf_wrapper(), _vscwprintf_wrapper(), _vsnwprintf_s_wrapper(), _vsnwprintf_wrapper(), _vsprintf_p_wrapper(), _vswprintf_c_l_wrapper(), _vswprintf_c_wrapper(), _vswprintf_l_wrapper(), _vswprintf_p_l_wrapper(), _vswprintf_wrapper(), append_str(), cxlog(), error(), FormatOutput(), fscanf(), fwprintf_s(), fwscanf(), IUnknown_CPContainerInvokeParam(), ME_StreamOutPrint(), ros_dbg_log(), scanf(), service_ok(), service_trace(), SHPackDispParams(), SHPackDispParamsV(), snprintfW(), sprintfW(), sscanf(), swscanf(), vprintf_s(), vsnprintfW(), vsprintfW(), vswprintf_wrapper(), vwprintf(), vwprintf_s(), wine_dbg_log(), wine_dbg_printf(), wine_dbg_sprintf(), WINETEST_PRINTF_ATTR(), wnsprintfA(), wnsprintfW(), and wscanf().