Classes |
struct | curloff_st |
struct | sigint_st |
struct | siglong_st |
struct | sigshort_st |
struct | unsint_st |
struct | unslong_st |
struct | unsshort_st |
Defines |
#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 |
Functions |
static int | _string_check (int linenumber, char *buf, const char *buf2) |
static int | _strlen_check (int linenumber, char *buf, size_t len) |
int | test (char *URL) |
static int | test_curl_off_t_formatting (void) |
static int | test_float_formatting (void) |
static int | test_signed_int_formatting (void) |
static int | test_signed_long_formatting (void) |
static int | test_signed_short_formatting (void) |
static int | test_string_formatting (void) |
static int | test_unsigned_int_formatting (void) |
static int | test_unsigned_long_formatting (void) |
static int | test_unsigned_short_formatting (void) |
static int | test_weird_arguments (void) |
Variables |
static struct curloff_st | co_test [COFFT_TESTS_ARRSZ] |
static struct sigint_st | si_test [SINT_TESTS_ARRSZ] |
static struct siglong_st | sl_test [SLONG_TESTS_ARRSZ] |
static struct sigshort_st | ss_test [SSHORT_TESTS_ARRSZ] |
static struct unsint_st | ui_test [UINT_TESTS_ARRSZ] |
static struct unslong_st | ul_test [ULONG_TESTS_ARRSZ] |
static struct unsshort_st | us_test [USHORT_TESTS_ARRSZ] |