Searched defs:hexdump (Results 1 - 15 of 15) sorted by relevance

/external/boringssl/src/crypto/test/
H A Dtest_util.cc21 void hexdump(FILE *fp, const char *msg, const void *in, size_t len) { function
/external/avahi/avahi-compat-howl/
H A Dtext-test.c33 static void hexdump(const void* p, size_t size) { function
80 hexdump(sw_text_record_bytes(r), sw_text_record_len(r));
86 hexdump(val, val_len);
/external/avahi/avahi-compat-libdns_sd/
H A Dtxt-test.c31 static void hexdump(const void* p, size_t size) { function
75 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref));
78 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref));
81 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref));
84 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref));
87 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref));
90 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref));
93 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref));
96 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref));
99 hexdump(TXTRecordGetBytesPt
[all...]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue148/
H A DPrintableUnicodeTest.java79 fail(String.format("U+%04x: Deserialization incorrect: %s\n", c, hexdump(result)));
101 c, hexdump(result)));
170 public static String hexdump(String input) { method in class:PrintableUnicodeTest
/external/avahi/avahi-client/
H A Drr-test.c33 static void hexdump(const void* p, size_t size) { function
83 hexdump(rdata, rdata_size);
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/
H A Ddebug.py47 def hexdump(octets): function
/external/curl/tests/libtest/
H A Dfirst.c118 /* returns a hexdump in a static memory area */
119 char *hexdump(unsigned char *buffer, size_t len) function
/external/tcpdump/
H A Dprint-rpki-rtr.c175 u_int pdu_type, pdu_len, hexdump; local
182 hexdump = FALSE;
301 * Unknown data, please hexdump.
303 hexdump = TRUE;
307 if (ndo->ndo_vflag > 1 || (ndo->ndo_vflag && hexdump)) {
H A Dprint-cfm.c233 u_int hexdump = FALSE; local
260 hexdump = TRUE;
264 return hexdump;
290 u_int hexdump, tlen, cfm_tlv_len, cfm_tlv_type, ccm_interval; local
379 /* FIXME add printers for those MD formats - hexdump for now */
407 /* FIXME add printers for those MA formats - hexdump for now */
514 hexdump = FALSE;
538 hexdump = TRUE;
551 hexdump = TRUE;
573 hexdump |
[all...]
H A Dprint-ldp.c569 int hexdump,processed; local
645 hexdump=FALSE;
680 /* do we want to see an additionally hexdump ? */
681 if (ndo->ndo_vflag > 1 || hexdump==TRUE)
H A Dprint-lmp.c363 int hexdump; local
435 hexdump=FALSE;
449 hexdump=TRUE;
477 hexdump=TRUE;
494 hexdump=TRUE;
508 hexdump=TRUE;
521 hexdump=TRUE;
534 hexdump=TRUE;
559 hexdump=TRUE;
581 while (total_subobj_len > 0 && hexdump
[all...]
H A Dprint-slow.c425 * again if there are enough bytes on the wire for the hexdump */
437 /* do we want to see an additional hexdump ? */
455 u_int hexdump; local
500 hexdump = FALSE;
541 hexdump = TRUE;
545 hexdump = TRUE;
555 if (ndo->ndo_vflag > 1 || hexdump==TRUE) {
574 hexdump = FALSE;
609 hexdump = TRUE;
613 hexdump
[all...]
H A Dprint-rsvp.c650 int hexdump,processed,padbytes,error_code,error_value,i,sigcheck; local
707 hexdump=FALSE;
790 hexdump=TRUE;
817 hexdump=TRUE;
844 hexdump=TRUE;
882 hexdump=TRUE;
901 hexdump=TRUE;
968 hexdump=TRUE;
1045 hexdump=TRUE;
1093 hexdump
[all...]
H A Dprint-lldp.c643 int subtype, hexdump = FALSE; local
649 return hexdump;
660 return hexdump;
667 return hexdump;
676 return hexdump;
680 return hexdump;
684 return hexdump;
691 return hexdump;
695 return hexdump;
702 return hexdump;
846 int subtype, hexdump = FALSE; local
925 int subtype, hexdump = FALSE; local
1107 int subtype, hexdump = FALSE; local
1380 u_int oui, tlen, hexdump, tlv_type, tlv_len; local
[all...]
/external/fio/
H A Dverify.c116 static void hexdump(void *buffer, int len) function
315 hexdump(vc->good_crc, vc->crc_len);
317 hexdump(vc->bad_crc, vc->crc_len);

Completed in 868 milliseconds