Home
last modified time | relevance | path

Searched refs:TEST_HEXDUMP_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance

/lib/
Dtest_hexdump.c123 #define TEST_HEXDUMP_BUF_SIZE (32 * 3 + 2 + 32 + 1) macro
128 char test[TEST_HEXDUMP_BUF_SIZE]; in test_hexdump()
129 char real[TEST_HEXDUMP_BUF_SIZE]; in test_hexdump()
141 if (memcmp(test, real, TEST_HEXDUMP_BUF_SIZE)) { in test_hexdump()
164 char test[TEST_HEXDUMP_BUF_SIZE]; in test_hexdump_overflow()
165 char buf[TEST_HEXDUMP_BUF_SIZE]; in test_hexdump_overflow()
195 a = r == e && !memcmp(test, buf, TEST_HEXDUMP_BUF_SIZE); in test_hexdump_overflow()
234 for (i = 0; i <= TEST_HEXDUMP_BUF_SIZE; i++) in test_hexdump_init()
237 for (i = 0; i <= TEST_HEXDUMP_BUF_SIZE; i++) in test_hexdump_init()