Searched refs:hex_dump_to_buffer (Results 1 – 2 of 2) sorted by relevance
/lib/ |
D | hexdump.c | 105 int hex_dump_to_buffer(const void *buf, size_t len, int rowsize, int groupsize, in hex_dump_to_buffer() function 205 EXPORT_SYMBOL(hex_dump_to_buffer); 254 hex_dump_to_buffer(ptr + i, linelen, rowsize, groupsize, in print_hex_dump()
|
D | test_hexdump.c | 134 hex_dump_to_buffer(data_b, len, rowsize, groupsize, real, sizeof(real), in test_hexdump() 174 r = hex_dump_to_buffer(data_b, len, rs, gs, buf, buflen, ascii); in test_hexdump_overflow()
|