hexdump
.opt.flag = &pkeyutl_config.hexdump,
} else if (pkeyutl_config.hexdump)
int hexdump;
.opt.flag = &rsautl_config.hexdump,
} else if (rsautl_config.hexdump)
int hexdump;
void hexdump(const unsigned char *a, size_t len);
void hexdump(const void *_ptr, int _length, const char *_hdr, int _flags);
hexdump(ptr, data_len, hdr, 0);
void hexdump(caddr_t region, size_t len);
hexdump(buf, len, prefix_str, flags);
hexdump(cm->cm_frame, cm->cm_total_frame_size, NULL, HD_OMIT_CHARS);
hexdump(event->EventData, event->EventDataLength, NULL,
hexdump(frame, 128, NULL, 0);
hexdump(frame, 128, NULL, 0);
hexdump(event->EventData, event->EventDataLength, NULL, 0);
hexdump(frame, 128, NULL, 0);
hexdump(frame, 128, NULL, 0);
hexdump(buf, V_MODE_PARAM_SIZE, NULL, HD_OMIT_CHARS | HD_OMIT_COUNT);
hexdump(adpstate.regs, sizeof(adpstate.regs), NULL,
hexdump(adpstate2.regs, sizeof(adpstate2.regs), NULL,
hexdump(mp, V_MODE_PARAM_SIZE, NULL, HD_OMIT_CHARS | HD_OMIT_COUNT);
void hexdump (const void *ptr, int length, const char *hdr, int flags);
void hexdump(void *b, int len);
hexdump(buf, len);
hexdump (buf, plen);
hexdump(packet, dlen);
hexdump(&lame[0], lastlen);
hexdump(inet_clear, sizeof(inet_clear));
hexdump(prgainfo.prga, prgainfo.len);
hexdump(body, len+4);
if (hexdump)
hexdump = 1;
static int hexdump = 0;
hexdump(opt, optlen);
void hexdump(uint8_t *data, size_t datalen);
hexdump(data, datalen);
hexdump(frame, MPS_FRAME_LEN, NULL, 0);
hexdump(frame, MPS_FRAME_LEN, NULL, 0);
hexdump(data, len, NULL, HD_REVERSED | 4);
void hexdump(const void *ptr, int length, const char *hdr, int flags);
void hexdump(const void *ptr, int length, const char *hdr, int flags);
hexdump(ptr, framelen);