Home
last modified time | relevance | path

Searched refs:hexdump_set_width (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dhexdump.h105 extern void hexdump_set_width(hexdump_t *, uint8_t);
/illumos-gate/usr/src/test/os-tests/tests/hexdump/
H A Dhexdump_basic.c202 hexdump_set_width(&hd, t->width); in run()
/illumos-gate/usr/src/common/hexdump/
H A Dhexdump.c101 hexdump_set_width(hexdump_t *h, uint8_t width) in hexdump_set_width() function
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dmain.c205 hexdump_set_width(&h, bytes_per_col * col_per_row); in dump_hex_bytes()