Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dhexdump.h46 #define HD_OMIT_CHARS (1 << 18) macro
H A Dhexdump.c81 if ((flags & HD_OMIT_CHARS) == 0) { in hexdump()