Searched refs:data_b (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | test_hexdump.c | 12 static const unsigned char data_b[] = { variable 134 hex_dump_to_buffer(data_b, len, rowsize, groupsize, real, sizeof(real), in test_hexdump() 151 size_t d = min_t(size_t, sizeof(data_b), rowsize); in test_hexdump_set() 174 r = hex_dump_to_buffer(data_b, len, rs, gs, buf, buflen, ascii); in test_hexdump_overflow()
|