#include "test.h"
#include "memdebug.h"
Go to the source code of this file.
|
#define | BUFSZ 256 |
|
#define | COFFT_TESTS_ARRSZ 1 + 100 |
|
#define | MAXIMIZE -1.7976931348623157081452E+308 |
|
#define | MPRNT_OFF_T_C(Val) MPRNT_OFF_T_C_HELPER1(Val,MPRNT_SUFFIX_CURL_OFF_T) |
|
#define | MPRNT_OFF_T_C_HELPER1(Val, Suffix) MPRNT_OFF_T_C_HELPER2(Val,Suffix) |
|
#define | MPRNT_OFF_T_C_HELPER2(Val, Suffix) ValSuffix |
|
#define | MPRNT_SUFFIX_CURL_OFF_T L |
|
#define | SINT_TESTS_ARRSZ 1 + 100 |
|
#define | SLONG_TESTS_ARRSZ 1 + 100 |
|
#define | SSHORT_TESTS_ARRSZ 1 + 100 |
|
#define | string_check(x, y) _string_check(__LINE__, x, y) |
|
#define | strlen_check(x, y) _strlen_check(__LINE__, x, y) |
|
#define | UINT_TESTS_ARRSZ 1 + 100 |
|
#define | ULONG_TESTS_ARRSZ 1 + 100 |
|
#define | USHORT_TESTS_ARRSZ 1 + 100 |
|
◆ BUFSZ
◆ COFFT_TESTS_ARRSZ
#define COFFT_TESTS_ARRSZ 1 + 100 |
◆ MAXIMIZE
#define MAXIMIZE -1.7976931348623157081452E+308 |
◆ MPRNT_OFF_T_C
◆ MPRNT_OFF_T_C_HELPER1
◆ MPRNT_OFF_T_C_HELPER2
#define MPRNT_OFF_T_C_HELPER2 |
( |
|
Val, |
|
|
|
Suffix |
|
) |
| ValSuffix |
◆ MPRNT_SUFFIX_CURL_OFF_T
#define MPRNT_SUFFIX_CURL_OFF_T L |
◆ SINT_TESTS_ARRSZ
#define SINT_TESTS_ARRSZ 1 + 100 |
◆ SLONG_TESTS_ARRSZ
#define SLONG_TESTS_ARRSZ 1 + 100 |
◆ SSHORT_TESTS_ARRSZ
#define SSHORT_TESTS_ARRSZ 1 + 100 |
◆ string_check
◆ strlen_check
◆ UINT_TESTS_ARRSZ
#define UINT_TESTS_ARRSZ 1 + 100 |
◆ ULONG_TESTS_ARRSZ
#define ULONG_TESTS_ARRSZ 1 + 100 |
◆ USHORT_TESTS_ARRSZ
#define USHORT_TESTS_ARRSZ 1 + 100 |
◆ _string_check()
static int _string_check |
( |
int |
linenumber, |
|
|
char * |
buf, |
|
|
const char * |
buf2 |
|
) |
| |
|
static |
◆ _strlen_check()
static int _strlen_check |
( |
int |
linenumber, |
|
|
char * |
buf, |
|
|
size_t |
len |
|
) |
| |
|
static |
◆ test()
◆ test_curl_off_t_formatting()
static int test_curl_off_t_formatting |
( |
void |
| ) |
|
|
static |
◆ test_float_formatting()
static int test_float_formatting |
( |
void |
| ) |
|
|
static |
◆ test_signed_int_formatting()
static int test_signed_int_formatting |
( |
void |
| ) |
|
|
static |
◆ test_signed_long_formatting()
static int test_signed_long_formatting |
( |
void |
| ) |
|
|
static |
◆ test_signed_short_formatting()
static int test_signed_short_formatting |
( |
void |
| ) |
|
|
static |
◆ test_string_formatting()
static int test_string_formatting |
( |
void |
| ) |
|
|
static |
◆ test_unsigned_int_formatting()
static int test_unsigned_int_formatting |
( |
void |
| ) |
|
|
static |
◆ test_unsigned_long_formatting()
static int test_unsigned_long_formatting |
( |
void |
| ) |
|
|
static |
◆ test_unsigned_short_formatting()
static int test_unsigned_short_formatting |
( |
void |
| ) |
|
|
static |
◆ test_weird_arguments()
static int test_weird_arguments |
( |
void |
| ) |
|
|
static |
◆ co_test
◆ si_test
◆ sl_test
◆ ss_test
◆ ui_test
◆ ul_test
◆ us_test