/external/f2fs-tools/scripts/ |
D | dumpf2fs.sh | 13 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 -s $addr -n 8 $DEV [all …]
|
/external/tcpdump/ |
D | print-lldp.c | 643 int subtype, hexdump = FALSE; in lldp_private_8021_print() local 649 return hexdump; in lldp_private_8021_print() 660 return hexdump; in lldp_private_8021_print() 667 return hexdump; in lldp_private_8021_print() 676 return hexdump; in lldp_private_8021_print() 680 return hexdump; in lldp_private_8021_print() 684 return hexdump; in lldp_private_8021_print() 691 return hexdump; in lldp_private_8021_print() 695 return hexdump; in lldp_private_8021_print() 702 return hexdump; in lldp_private_8021_print() [all …]
|
D | print-lmp.c | 363 int hexdump; in lmp_print() local 435 hexdump=FALSE; in lmp_print() 449 hexdump=TRUE; in lmp_print() 477 hexdump=TRUE; in lmp_print() 494 hexdump=TRUE; in lmp_print() 508 hexdump=TRUE; in lmp_print() 521 hexdump=TRUE; in lmp_print() 534 hexdump=TRUE; in lmp_print() 559 hexdump=TRUE; in lmp_print() 581 while (total_subobj_len > 0 && hexdump == FALSE ) { in lmp_print() [all …]
|
D | print-rsvp.c | 650 int hexdump,processed,padbytes,error_code,error_value,i,sigcheck; in rsvp_obj_print() local 707 hexdump=FALSE; in rsvp_obj_print() 790 hexdump=TRUE; in rsvp_obj_print() 817 hexdump=TRUE; in rsvp_obj_print() 844 hexdump=TRUE; in rsvp_obj_print() 882 hexdump=TRUE; in rsvp_obj_print() 901 hexdump=TRUE; in rsvp_obj_print() 968 hexdump=TRUE; in rsvp_obj_print() 1045 hexdump=TRUE; in rsvp_obj_print() 1093 hexdump=TRUE; in rsvp_obj_print() [all …]
|
D | print-cfm.c | 233 u_int hexdump = FALSE; in cfm_mgmt_addr_print() local 260 hexdump = TRUE; in cfm_mgmt_addr_print() 264 return hexdump; in cfm_mgmt_addr_print() 290 u_int hexdump, tlen, cfm_tlv_len, cfm_tlv_type, ccm_interval; in cfm_print() local 514 hexdump = FALSE; in cfm_print() 538 hexdump = TRUE; in cfm_print() 551 hexdump = TRUE; in cfm_print() 573 hexdump |= cfm_mgmt_addr_print(ndo, tptr); in cfm_print() 585 hexdump = TRUE; in cfm_print() 598 hexdump = TRUE; in cfm_print() [all …]
|
D | print-slow.c | 455 u_int hexdump; in slow_oam_print() local 500 hexdump = FALSE; in slow_oam_print() 541 hexdump = TRUE; in slow_oam_print() 545 hexdump = TRUE; in slow_oam_print() 555 if (ndo->ndo_vflag > 1 || hexdump==TRUE) { in slow_oam_print() 574 hexdump = FALSE; in slow_oam_print() 609 hexdump = TRUE; in slow_oam_print() 613 hexdump = TRUE; in slow_oam_print() 623 if (ndo->ndo_vflag > 1 || hexdump==TRUE) { in slow_oam_print()
|
D | print-rpki-rtr.c | 175 u_int pdu_type, pdu_len, hexdump; in rpki_rtr_pdu_print() local 182 hexdump = FALSE; in rpki_rtr_pdu_print() 303 hexdump = TRUE; in rpki_rtr_pdu_print() 307 if (ndo->ndo_vflag > 1 || (ndo->ndo_vflag && hexdump)) { in rpki_rtr_pdu_print()
|
D | print-ldp.c | 569 int hexdump,processed; in ldp_pdu_print() local 645 hexdump=FALSE; in ldp_pdu_print() 681 if (ndo->ndo_vflag > 1 || hexdump==TRUE) in ldp_pdu_print()
|
/external/ltp/testcases/network/stress/ipsec/ |
D | ipsec_lib.sh | 45 tst_check_cmds hexdump 57 hexdump -ve '/1 "%x"') 62 hexdump -ve '/1 "%x"')
|
/external/syslinux/com32/modules/ |
D | hexdump.c | 19 static void hexdump(const void *memory, size_t bytes); 125 hexdump(cur_pos, len); in main() 212 static void hexdump(const void *memory, size_t bytes) in hexdump() function
|
D | Makefile | 27 hexdump.c32 poweroff.c32 cptime.c32 debug.c32
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue148/ |
D | PrintableUnicodeTest.java | 79 fail(String.format("U+%04x: Deserialization incorrect: %s\n", c, hexdump(result))); in testDeserialization() 101 c, hexdump(result))); in testDeserialization2() 170 public static String hexdump(String input) { in hexdump() method in PrintableUnicodeTest
|
/external/curl/tests/unit/ |
D | curlcheck.h | 42 __FILE__, __LINE__, len, hexdump((unsigned char *)check, len)); \ 44 __FILE__, __LINE__, hexdump((unsigned char *)dynamic, len)); \
|
/external/boringssl/src/decrepit/ripemd/ |
D | ripemd_test.cc | 95 hexdump(stderr, "", digest, sizeof(digest)); in TEST() 113 hexdump(stderr, "", digest, sizeof(digest)); in TEST()
|
/external/boringssl/src/crypto/cmac/ |
D | cmac_test.cc | 27 hexdump(stderr, "got :", got, len); in dump() 28 hexdump(stderr, "want:", want, len); in dump()
|
/external/boringssl/src/crypto/bn/ |
D | bn_test.cc | 842 hexdump(stderr, "Expected: ", expected, sizeof(expected)); in TestLittleEndian() 843 hexdump(stderr, "Got: ", out, sizeof(out)); in TestLittleEndian() 857 hexdump(stderr, "Encoding: ", out, bytes); in TestLittleEndian() 1044 hexdump(stderr, "Expected: ", test.mpi, test.mpi_len); in TestMPI() 1045 hexdump(stderr, "Got: ", scratch, mpi_len); in TestMPI() 1698 hexdump(stderr, "Arg: ", power_of_two->d, in TestBNPow2() 1712 hexdump(stderr, "Arg: ", random->d, random->top * sizeof(BN_ULONG)); in TestBNPow2() 1721 hexdump(stderr, "Expected: ", expected->d, in TestBNPow2() 1723 hexdump(stderr, "Got: ", actual->d, in TestBNPow2() 1733 hexdump(stderr, "Expected: ", expected->d, in TestBNPow2() [all …]
|
/external/boringssl/src/crypto/bio/ |
D | CMakeLists.txt | 13 hexdump.c
|
/external/boringssl/src/crypto/modes/ |
D | gcm_test.cc | 363 hexdump(stderr, "got :", out, plaintext_len); in run_test_case() 364 hexdump(stderr, "want:", ciphertext, plaintext_len); in run_test_case()
|
/external/linux-kselftest/tools/testing/selftests/powerpc/switch_endian/ |
D | Makefile | 13 hexdump -v -e '/1 ".byte 0x%02X\n"' $< > $@
|
/external/boringssl/src/crypto/test/ |
D | test_util.cc | 22 void hexdump(FILE *fp, const char *msg, const void *in, size_t len) { in hexdump() function
|
D | test_util.h | 30 void hexdump(FILE *fp, const char *msg, const void *in, size_t len);
|
/external/syslinux/core/ |
D | hello.c | 31 void hexdump(void *buf, int bytelen, const char *str) in hexdump() function
|
D | extern.inc | 28 extern hexdump, mydump
|
/external/curl/tests/libtest/ |
D | first.c | 119 char *hexdump(unsigned char *buffer, size_t len) in hexdump() function
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-WPS | 223 WPS-CRED-RECEIVED <hexdump of Credential attribute(s)> 341 hexdump of the current AP configuration (WPS parameter requests this to 357 wps_nfc_tag_read <hexdump of payload> 389 from the handover request and select messages as a hexdump. 394 command is a hexdump of the selected AP configuration (WPS parameter
|