Searched refs:hexdump (Results 1 - 13 of 13) sorted by relevance

/external/f2fs-tools/scripts/
H A Ddumpf2fs.sh13 hexdump -s $addr -n 4096 $DEV;;
17 hexdump -s $addr -n 4096 $DEV;;
21 hexdump -s $addr -n 409 $DEV
23 hexdump -s $addr -n 4096 $DEV;;
27 hexdump -s $addr -n 20480 $DEV;;
31 hexdump -s $addr -n 20480 $DEV;;
35 hexdump -s $addr -n 20480 $DEV
37 hexdump -s $addr -n 20480 $DEV;;
40 hexdump -s $addr -n 4096 $DEV
46 hexdump
[all...]
/external/tcpdump/
H A Dprint-lldp.c642 int subtype, hexdump = FALSE; local
648 return hexdump;
659 return hexdump;
666 return hexdump;
675 return hexdump;
680 return hexdump;
684 return hexdump;
691 return hexdump;
695 return hexdump;
702 return hexdump;
845 int subtype, hexdump = FALSE; local
923 int subtype, hexdump = FALSE; local
1104 int subtype, hexdump = FALSE; local
1372 u_int oui, tlen, hexdump, tlv_type, tlv_len; local
[all...]
H A Dprint-lmp.c370 int hexdump; local
444 hexdump=FALSE;
458 hexdump=TRUE;
486 hexdump=TRUE;
503 hexdump=TRUE;
517 hexdump=TRUE;
530 hexdump=TRUE;
543 hexdump=TRUE;
568 hexdump=TRUE;
590 while (total_subobj_len > 0 && hexdump
[all...]
H A Dprint-cfm.c243 u_int hexdump = FALSE; local
270 hexdump = TRUE;
274 return hexdump;
298 u_int hexdump, tlen, cfm_tlv_len, cfm_tlv_type, ccm_interval; local
387 /* FIXME add printers for those MD formats - hexdump for now */
415 /* FIXME add printers for those MA formats - hexdump for now */
522 hexdump = FALSE;
546 hexdump = TRUE;
559 hexdump = TRUE;
581 hexdump |
[all...]
H A Dprint-rsvp.c658 int hexdump,processed,padbytes,error_code,error_value,i,sigcheck; local
716 hexdump=FALSE;
799 hexdump=TRUE;
826 hexdump=TRUE;
853 hexdump=TRUE;
891 hexdump=TRUE;
910 hexdump=TRUE;
977 hexdump=TRUE;
1054 hexdump=TRUE;
1102 hexdump
[all...]
H A Dprint-slow.c430 * again if there are enough bytes on the wire for the hexdump */
442 /* do we want to see an additional hexdump ? */
458 u_int hexdump; local
503 hexdump = FALSE;
544 hexdump = TRUE;
548 hexdump = TRUE;
558 if (vflag > 1 || hexdump==TRUE) {
577 hexdump = FALSE;
612 hexdump = TRUE;
616 hexdump
[all...]
H A Dprint-rpki-rtr.c181 u_int pdu_type, pdu_len, hexdump; local
187 hexdump = FALSE;
306 * Unknown data, please hexdump.
308 hexdump = TRUE;
312 if (vflag > 1 || (vflag && hexdump)) {
H A Dprint-ldp.c568 int hexdump,processed; local
628 hexdump=FALSE;
663 /* do we want to see an additionally hexdump ? */
664 if (vflag > 1 || hexdump==TRUE)
/external/boringssl/src/crypto/modes/
H A Dgcm_test.c301 void hexdump(const char *msg, const void *in, size_t len) { function
370 hexdump("got ", out, plaintext_len);
371 hexdump("want", ciphertext, plaintext_len);
/external/libvncserver/libvncclient/
H A Dsockets.c122 goto hexdump;
211 hexdump:
/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);
/external/boringssl/
H A Dsources.mk65 src/crypto/bio/hexdump.c\
/external/bison/
H A Dconfigure36805 # Use BSD hexdump.
36808 dd if="$1" bs=1 count=1 skip=7 2>/dev/null | hexdump -e '1/1 "%3d "'

Completed in 1109 milliseconds