Home
last modified time | relevance | path

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

/lib/
Dtest_hexdump.c69 size_t testlen, bool ascii) in test_hexdump_prepare_test() argument
111 if (ascii) { in test_hexdump_prepare_test()
126 bool ascii) in test_hexdump() argument
135 ascii); in test_hexdump()
139 ascii); in test_hexdump()
149 static void __init test_hexdump_set(int rowsize, bool ascii) in test_hexdump_set() argument
154 test_hexdump(len, rowsize, 4, ascii); in test_hexdump_set()
155 test_hexdump(len, rowsize, 2, ascii); in test_hexdump_set()
156 test_hexdump(len, rowsize, 8, ascii); in test_hexdump_set()
157 test_hexdump(len, rowsize, 1, ascii); in test_hexdump_set()
[all …]
Dhexdump.c135 char *linebuf, size_t linebuflen, bool ascii) in hex_dump_to_buffer() argument
212 if (!ascii) in hex_dump_to_buffer()
232 return ascii ? ascii_column + len : (groupsize * 2 + 1) * ngroups - 1; in hex_dump_to_buffer()
270 const void *buf, size_t len, bool ascii) in print_hex_dump() argument
284 linebuf, sizeof(linebuf), ascii); in print_hex_dump()