HomeSort by: relevance | last modified time | path
    Searched refs:hexdump (Results 1 - 25 of 85) sorted by relevancy

1 2 3 4

  /src/tools/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
  /src/sys/arch/i386/bioscall/
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'
  /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-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-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-rpki-rtr.c 182 u_int pdu_type, pdu_len, hexdump; local
208 hexdump = FALSE;
360 * Unknown data, please hexdump.
362 hexdump = TRUE;
366 if (ndo->ndo_vflag > 1 || (ndo->ndo_vflag && hexdump)) {
  /src/crypto/external/bsd/netpgp/dist/src/lib/
netpgpdefs.h 50 void hexdump(FILE *, const char *, const uint8_t *, size_t);
crypto.c 110 hexdump(stderr, "encrypted", encmpibuf, 16);
120 hexdump(stderr, "decrypted", mpibuf, 16);
142 hexdump(stderr, "decoded m", buf, (size_t)(n - i));
150 hexdump(stderr, "encrypted", encmpibuf, 16);
160 hexdump(stderr, "decrypted", mpibuf, 16);
184 hexdump(stderr, "decoded m", buf, (size_t)(n - i));
225 hexdump(stderr, "encrypted mpi", encmpibuf, 16);
264 hexdump(stderr, "encrypted mpi", encmpibuf, 16);
openssl_crypto.c 404 hexdump(stderr, "sha1_add", data, length);
414 hexdump(stderr, "sha1_finish", out, PGP_SHA1_HASH_SIZE);
460 hexdump(stderr, "sha256_add", data, length);
470 hexdump(stderr, "sha1_finish", out, SHA256_DIGEST_LENGTH);
514 hexdump(stderr, "sha384_add", data, length);
524 hexdump(stderr, "sha384_finish", out, SHA384_DIGEST_LENGTH);
568 hexdump(stderr, "sha512_add", data, length);
578 hexdump(stderr, "sha512_finish", out, SHA512_DIGEST_LENGTH);
623 hexdump(stderr, "sha224_add", data, length);
633 hexdump(stderr, "sha224_finish", out, SHA224_DIGEST_LENGTH)
    [all...]
  /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]));
  /src/tests/lib/libc/hash/
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);
  /src/sys/crypto/chacha/
chacha_selftest.c 42 hexdump(int (*prf)(const char *, ...) __printflike(1,2), const char *prefix,
107 hexdump(printf, "chacha core 1", out, sizeof out);
113 hexdump(printf, "chacha core 2", out, sizeof out);
146 hexdump(printf, "hchacha", out, sizeof out);
357 hexdump(printf, "xchacha_stream", c, 608);
360 hexdump(printf, "expected", c, 608);
370 hexdump(printf, "xchacha_stream", c, 607);
373 hexdump(printf, "expected", c, 607);
383 hexdump(printf, "xchacha_stream", c, 543);
386 hexdump(printf, "expected", c, 543)
41 hexdump(int (*prf)(const char *, ...) __printflike(1,2), const char *prefix, function
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/clang-format/
clang-format-test.el 75 (cl-letf* ((hexdump (executable-find "hexdump"))
79 ;; We redirect the input to hexdump so that we have guaranteed
97 start end hexdump nil stdout nil
100 (skip-unless hexdump)
  /src/sys/arch/dreamcast/dev/microcode/
Makefile 21 hexdump -v -e '" /* %04.4_ax */\t" 1/4 "0x%08x, " "\n"' \
  /src/sys/arch/luna68k/dev/xplx/
Makefile 5 TOOL_HEXDUMP?= hexdump
  /src/external/lgpl3/gmp/dist/tests/mpf/
t-eq.c 30 void hexdump (mpf_t);
185 hexdump (a); puts ("");
186 hexdump (b); puts ("");
191 hexdump (mpf_t x) function
  /src/distrib/evbsh3/rom/ramdiskcommon/
ramdiskbin.conf 39 progs fstat ftp gencat getopt head hexdump id
58 ln hexdump od
  /src/crypto/external/apache2/openssl/dist/apps/
rsautl.c 81 { "hexdump", OPT_HEXDUMP, '-', "Hex dump output" },
101 int hexdump = 0, asn1parse = 0, need_priv = 0, rev = 0; local
133 hexdump = 1;
294 } else if (hexdump) {
  /src/crypto/external/bsd/openssl/dist/apps/
rsautl.c 65 {"hexdump", OPT_HEXDUMP, '-', "Hex dump output"},
85 int hexdump = 0, asn1parse = 0, need_priv = 0, rev = 0; local
117 hexdump = 1;
278 } else if (hexdump) {
  /src/crypto/external/bsd/openssl.old/dist/apps/
rsautl.c 52 {"hexdump", OPT_HEXDUMP, '-', "Hex dump output"},
77 int rsa_outlen = 0, hexdump = 0, asn1parse = 0, need_priv = 0, rev = 0; local
109 hexdump = 1;
263 } else if (hexdump) {

Completed in 48 milliseconds

1 2 3 4