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

123

/freebsd-11.0-release/usr.bin/hexdump/
H A DMakefile2 # $FreeBSD: releng/11.0/usr.bin/hexdump/Makefile 201386 2010-01-02 10:27:05Z ed $
4 PROG= hexdump
5 SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
6 MAN= hexdump.1 od.1
7 MLINKS= hexdump.1 hd.1
8 LINKS= ${BINDIR}/hexdump ${BINDIR}/od
9 LINKS+= ${BINDIR}/hexdump ${BINDIR}/hd
/freebsd-11.0-release/contrib/tcpdump/
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...]
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-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-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-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-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-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)
/freebsd-11.0-release/usr.sbin/nandtool/
H A Dnandtool.h46 void hexdump(uint8_t *, int);
H A Dnand_readoob.c99 hexdump(buf, chip_params.oob_size);
/freebsd-11.0-release/crypto/openssl/crypto/evp/
H A Devp_test.c63 static void hexdump(FILE *f, const char *title, const unsigned char *s, int l) function
149 hexdump(stdout, "Key", key, kn);
151 hexdump(stdout, "IV", iv, in);
152 hexdump(stdout, "Plaintext", plaintext, pn);
153 hexdump(stdout, "Ciphertext", ciphertext, cn);
155 hexdump(stdout, "AAD", aad, an);
157 hexdump(stdout, "Tag", tag, tn);
251 hexdump(stderr, "Got", out, cn);
252 hexdump(stderr, "Expected", ciphertext, cn);
268 hexdump(stder
[all...]
/freebsd-11.0-release/bin/dd/
H A DMakefile25 LC_ALL=en_US.US-ASCII hexdump -C | \
30 @hexdump -C obs_zeroes | diff -I FreeBSD - ${.CURDIR}/ref.obs_zeroes
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/hash/
H A Dh_hash.c60 hexdump (unsigned char *buf, int len) function
138 hexdump(out, outlen);
/freebsd-11.0-release/tools/bsdbox/
H A DMakefile.base10 CRUNCH_PROGS_usr.bin+= true false hexdump tail nc w head uname tset
/freebsd-11.0-release/tools/tools/net80211/w00t/redir/
H A Dbuddy.c44 void hexdump(void *b, int len) function
78 hexdump(buf, len);
/freebsd-11.0-release/lib/libutil/
H A Dhexdump.c38 __FBSDID("$FreeBSD: releng/11.0/lib/libutil/hexdump.c 180161 2008-07-01 22:30:57Z jhb $");
45 hexdump(const void *ptr, int length, const char *hdr, int flags) function
H A DMakefile13 hexdump.c humanize_number.c kinfo_getfile.c \
30 MAN+= expand_number.3 flopen.3 fparseln.3 hexdump.3 \
/freebsd-11.0-release/tools/tools/net80211/w00t/libw00t/
H A Dw00t.h53 void hexdump(void *b, int len);
/freebsd-11.0-release/tools/tools/crypto/
H A Dcryptotest.c106 void hexdump(char *, int);
310 hexdump(iv, sizeof iv);
313 hexdump(cleartext, MIN(size, CHUNK));
333 hexdump(ciphertext, size);
352 hexdump(originaltext, size);
354 hexdump(cleartext, size);
379 hexdump(cleartext, MIN(size, CHUNK));
610 hexdump(char *p, int n) function
/freebsd-11.0-release/crypto/openssl/apps/
H A Drsautl.c96 char hexdump = 0, asn1parse = 0; local
158 else if (!strcmp(*argv, "-hexdump"))
159 hexdump = 1;
320 } else if (hexdump)
357 BIO_printf(bio_err, "-hexdump hex dump output\n");
H A Dpkeyutl.c97 char hexdump = 0, asn1parse = 0; local
180 else if (!strcmp(*argv, "-hexdump"))
181 hexdump = 1;
352 } else if (hexdump)
394 BIO_printf(bio_err, "-hexdump hex dump output\n");
/freebsd-11.0-release/usr.bin/usbhidctl/
H A Dusbhid.c55 static int hexdump = 0; variable
292 if (hexdump)
481 hexdump = 1;
/freebsd-11.0-release/sys/boot/common/
H A Dmisc.c171 * Display a region in traditional hexdump format.
174 hexdump(caddr_t region, size_t len) function
/freebsd-11.0-release/tests/sys/opencrypto/
H A Ddpkt.py117 def hexdump(buf, length=16): function
118 """Return a hexdump output string of the given buffer."""
/freebsd-11.0-release/tools/regression/bpf/bpf_filter/
H A Dbpf_test.c80 hexdump(filter->func, filter->size, NULL, HD_OMIT_CHARS);

Completed in 171 milliseconds

123