|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include "string_tests.h"#include <string.h>#include <setjmp.h>#include <stdarg.h>#include <stddef.h>#include <cmocka.h>
Macros | |
| #define | N 400 |
Functions | |
| static char * | aligned (void *p) |
| static void | test_align (int align, size_t len) |
| static void | memset_aligned_test (void **state) |
| static void | check_input_ (char c, void **state) |
| static void | check_input (void **state) |
| int | memset_tests (void) |
Variables | |
| static char | buf [N] |
| static char | buf2 [N] |
| #define N 400 |
|
static |
References p.
Referenced by test_align().
|
static |
References check_input_(), and INT_MAX.
Referenced by memset_tests().
|
static |
Referenced by check_input().
|
static |
References test_align().
Referenced by memset_tests().
| int memset_tests | ( | void | ) |
References check_input(), memset_aligned_test(), memset_tests(), and NULL.
Referenced by memset_tests(), and string_tests().

|
static |
|
static |
Referenced by check_input_(), and test_align().
|
static |
Referenced by test_align().
1.8.15