Size printing/parsing.
More...
#include <freeradius-devel/util/acutest.h>
#include <freeradius-devel/util/acutest_helpers.h>
#include <freeradius-devel/util/size.h>
Go to the source code of this file.
◆ test_out
◆ test_str
◆ test_size_parse_bytes()
static void test_size_parse_bytes |
( |
void |
| ) |
|
|
static |
◆ test_size_parse_suffix_base10()
static void test_size_parse_suffix_base10 |
( |
void |
| ) |
|
|
static |
◆ test_size_parse_suffix_base2()
static void test_size_parse_suffix_base2 |
( |
void |
| ) |
|
|
static |
◆ test_size_print_base10()
static void test_size_print_base10 |
( |
void |
| ) |
|
|
static |
◆ test_size_print_base2()
static void test_size_print_base2 |
( |
void |
| ) |
|
|
static |
◆ test_size_print_bytes()
static void test_size_print_bytes |
( |
void |
| ) |
|
|
static |
◆ buff
char buff[sizeof("18446744073709551615")+3] |
|
static |
◆ TEST_LIST
Initial value:= {
{ NULL }
}
static void test_size_print_base2(void)
static void test_size_parse_bytes(void)
static void test_size_print_bytes(void)
static void test_size_parse_suffix_base10(void)
static void test_size_print_base10(void)
static void test_size_parse_suffix_base2(void)
Definition at line 327 of file size_tests.c.