Home
last modified time | relevance | path

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

/lib/
A 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()
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()
162 bool ascii) in test_hexdump_overflow() argument
[all …]
A 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()
A Dseq_buf.c404 const void *buf, size_t len, bool ascii) argument
419 linebuf, sizeof(linebuf), ascii);

Completed in 5 milliseconds