Home
last modified time | relevance | path

Searched refs:ascii (Results 1 – 3 of 3) 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.c128 char *linebuf, size_t linebuflen, bool ascii) in hex_dump_to_buffer() argument
205 if (!ascii) in hex_dump_to_buffer()
225 return ascii ? ascii_column + len : (groupsize * 2 + 1) * ngroups - 1; in hex_dump_to_buffer()
263 const void *buf, size_t len, bool ascii) in print_hex_dump() argument
277 linebuf, sizeof(linebuf), ascii); in print_hex_dump()
Dseq_buf.c363 const void *buf, size_t len, bool ascii) argument
378 linebuf, sizeof(linebuf), ascii);