Searched refs:hexdumph (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/common/hexdump/ |
H A D | hexdump.c | 290 hexdumph(hexdump_t *h, const uint8_t *data, size_t len, hexdump_flag_t flags, in hexdumph() function 454 return (hexdumph(NULL, data, len, flags, cb, cbarg)); in hexdump() 473 return (hexdumph(h, data, len, flags, hexdump_file_cb, fp)); in hexdump_fileh() 479 return (hexdumph(NULL, data, len, flags, hexdump_file_cb, fp)); in hexdump_file()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | hexdump.h | 159 extern int hexdumph(hexdump_t *, const uint8_t *, size_t, hexdump_flag_t,
|
/illumos-gate/usr/src/test/os-tests/tests/hexdump/ |
H A D | hexdump_basic.c | 212 VERIFY0(hexdumph(&hd, data, len, t->flags, cb, (void *)i)); in run()
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | main.c | 206 (void) hexdumph(&h, data, n, HDF_DOUBLESPACE, dump_hex_bytes_cb, &dd); in dump_hex_bytes()
|