Home
last modified time | relevance | path

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

/linux/lib/
H A Dtest_hexdump.c62 #define FILL_CHAR '#' macro
133 memset(real, FILL_CHAR, sizeof(real)); in test_hexdump()
137 memset(test, FILL_CHAR, sizeof(test)); in test_hexdump()
172 memset(buf, FILL_CHAR, sizeof(buf)); in test_hexdump_overflow()
193 memset(test + f, FILL_CHAR, sizeof(test) - f); in test_hexdump_overflow()