| /src/tools/hexdump/ |
| Makefile | 3 HOSTPROGNAME= ${_TOOL_PREFIX}hexdump 4 HOST_SRCDIR= usr.bin/hexdump
|
| Makefile | 3 HOSTPROGNAME= ${_TOOL_PREFIX}hexdump 4 HOST_SRCDIR= usr.bin/hexdump
|
| /src/usr.bin/hexdump/ |
| Makefile | 4 PROG= hexdump 5 SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c 6 MAN= hexdump.1 od.1 12 LINKS= ${BINDIR}/hexdump ${BINDIR}/od
|
| Makefile | 4 PROG= hexdump 5 SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c 6 MAN= hexdump.1 od.1 12 LINKS= ${BINDIR}/hexdump ${BINDIR}/od
|
| /src/sys/arch/i386/bioscall/ |
| bin2asm.sh | 20 hexdump -v -e '" .byte " 7/1 "0x%02x, " 1/1 " 0x%02x" "\n"'
|
| bin2asm.sh | 20 hexdump -v -e '" .byte " 7/1 "0x%02x, " 1/1 " 0x%02x" "\n"'
|
| /src/sys/arch/x86/acpi/ |
| genwakecode.sh | 5 HEXDUMP=${HEXDUMP:=hexdump} 13 ${HEXDUMP} -v -e '"\t" 8/1 "0x%02x, " "\n"' < acpi_wakecode.bin | ${SED} 's/0x /0x00/g'
|
| genwakecode.sh | 5 HEXDUMP=${HEXDUMP:=hexdump} 13 ${HEXDUMP} -v -e '"\t" 8/1 "0x%02x, " "\n"' < acpi_wakecode.bin | ${SED} 's/0x /0x00/g'
|
| /src/external/bsd/tcpdump/dist/ |
| print-lldp.c | 662 int hexdump = FALSE; local 669 return hexdump; 680 return hexdump; 687 return hexdump; 696 return hexdump; 700 return hexdump; 704 return hexdump; 711 return hexdump; 715 return hexdump; 723 return hexdump; 876 int hexdump = FALSE; local 961 int hexdump = FALSE; local 994 int hexdump = FALSE; local 1179 int hexdump = FALSE; local 1455 u_int oui, tlen, hexdump, tlv_type, tlv_len; local [all...] |
| print-lldp.c | 662 int hexdump = FALSE; local 669 return hexdump; 680 return hexdump; 687 return hexdump; 696 return hexdump; 700 return hexdump; 704 return hexdump; 711 return hexdump; 715 return hexdump; 723 return hexdump; 876 int hexdump = FALSE; local 961 int hexdump = FALSE; local 994 int hexdump = FALSE; local 1179 int hexdump = FALSE; local 1455 u_int oui, tlen, hexdump, tlv_type, tlv_len; local [all...] |
| print-lmp.c | 366 int hexdump = FALSE; local 374 while (total_subobj_len > 0 && hexdump == FALSE ) { 420 hexdump=TRUE; 426 return (hexdump); 436 int hexdump; local 523 hexdump=FALSE; 541 hexdump=TRUE; 579 hexdump=TRUE; 604 hexdump=TRUE; 622 hexdump=TRUE [all...] |
| print-lmp.c | 366 int hexdump = FALSE; local 374 while (total_subobj_len > 0 && hexdump == FALSE ) { 420 hexdump=TRUE; 426 return (hexdump); 436 int hexdump; local 523 hexdump=FALSE; 541 hexdump=TRUE; 579 hexdump=TRUE; 604 hexdump=TRUE; 622 hexdump=TRUE [all...] |
| print-cfm.c | 224 u_int hexdump = FALSE; local 233 return hexdump; 248 hexdump = TRUE; 257 hexdump = TRUE; 264 hexdump = TRUE; 268 return hexdump; 285 u_int hexdump, tlen, cfm_tlv_len, cfm_tlv_type, ccm_interval; local 418 /* FIXME add printers for those MD formats - hexdump for now */ 461 /* FIXME add printers for those MA formats - hexdump for now */ 521 * Hexdump everything up until the start of the TLV [all...] |
| print-cfm.c | 224 u_int hexdump = FALSE; local 233 return hexdump; 248 hexdump = TRUE; 257 hexdump = TRUE; 264 hexdump = TRUE; 268 return hexdump; 285 u_int hexdump, tlen, cfm_tlv_len, cfm_tlv_type, ccm_interval; local 418 /* FIXME add printers for those MD formats - hexdump for now */ 461 /* FIXME add printers for those MA formats - hexdump for now */ 521 * Hexdump everything up until the start of the TLV [all...] |
| print-rsvp.c | 694 int hexdump; local 751 hexdump=FALSE; 832 hexdump=TRUE; 857 hexdump=TRUE; 882 hexdump=TRUE; 920 hexdump=TRUE; 939 hexdump=TRUE; 1004 hexdump=TRUE; 1082 hexdump=TRUE; 1156 hexdump=TRUE [all...] |
| print-rsvp.c | 694 int hexdump; local 751 hexdump=FALSE; 832 hexdump=TRUE; 857 hexdump=TRUE; 882 hexdump=TRUE; 920 hexdump=TRUE; 939 hexdump=TRUE; 1004 hexdump=TRUE; 1082 hexdump=TRUE; 1156 hexdump=TRUE [all...] |
| print-slow.c | 467 /* do we want to see an additional hexdump ? */ 490 u_int hexdump; local 562 hexdump = FALSE; 572 hexdump = TRUE; 599 hexdump = TRUE; 603 hexdump = TRUE; 609 if (ndo->ndo_vflag > 1 || hexdump==TRUE) { 659 hexdump = FALSE; 671 hexdump = TRUE; 689 hexdump = TRUE [all...] |
| print-slow.c | 467 /* do we want to see an additional hexdump ? */ 490 u_int hexdump; local 562 hexdump = FALSE; 572 hexdump = TRUE; 599 hexdump = TRUE; 603 hexdump = TRUE; 609 if (ndo->ndo_vflag > 1 || hexdump==TRUE) { 659 hexdump = FALSE; 671 hexdump = TRUE; 689 hexdump = TRUE [all...] |
| /src/crypto/external/bsd/netpgp/dist/src/lib/ |
| netpgpdefs.h | 50 void hexdump(FILE *, const char *, const uint8_t *, size_t);
|
| netpgpdefs.h | 50 void hexdump(FILE *, const char *, const uint8_t *, size_t);
|
| /src/sys/lib/libkern/ |
| hexdump.c | 30 __KERNEL_RCSID(0, "$NetBSD: hexdump.c,v 1.4 2017/12/09 00:51:52 christos Exp $"); 51 hexdump(RET (*pr)(const char *, ...) __printflike(1, 2), const char *msg, 93 hexdump(printf, "foo", main, atoi(argv[1]));
|
| hexdump.c | 30 __KERNEL_RCSID(0, "$NetBSD: hexdump.c,v 1.4 2017/12/09 00:51:52 christos Exp $"); 51 hexdump(RET (*pr)(const char *, ...) __printflike(1, 2), const char *msg, 93 hexdump(printf, "foo", main, atoi(argv[1]));
|
| /src/tests/lib/libc/hash/ |
| h_hash.c | 55 hexdump (unsigned char *buf, int len) function 118 hexdump(out, outlen);
|
| h_hash.c | 55 hexdump (unsigned char *buf, int len) function 118 hexdump(out, outlen);
|
| /src/crypto/external/bsd/netpgp/dist/src/libverify/ |
| dump.c | 43 hexdump(const char *in, const size_t len, void *outvp, size_t size) function 85 cc = hexdump((const char *)p, size, buf, size * 5);
|