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

123

/freebsd-10.0-release/usr.bin/hexdump/
H A DMakefile4 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-10.0-release/contrib/tcpdump/
H A Dprint-lldp.c582 int subtype, hexdump = FALSE; local
586 return hexdump;
597 return hexdump;
604 return hexdump;
613 return hexdump;
618 return hexdump;
622 return hexdump;
629 return hexdump;
633 return hexdump;
640 hexdump
653 int subtype, hexdump = FALSE; local
731 int subtype, hexdump = FALSE; local
912 int subtype, hexdump = FALSE; local
1180 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)
/freebsd-10.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-10.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
148 hexdump(stdout,"Key",key,kn);
150 hexdump(stdout,"IV",iv,in);
151 hexdump(stdout,"Plaintext",plaintext,pn);
152 hexdump(stdout,"Ciphertext",ciphertext,cn);
194 hexdump(stderr,"Got",out,cn);
195 hexdump(stderr,"Expected",ciphertext,cn);
233 hexdump(stderr,"Got",out,pn);
234 hexdump(stderr,"Expected",plaintext,pn);
275 hexdump(stdou
[all...]
/freebsd-10.0-release/bin/dd/
H A DMakefile22 LC_ALL=en_US.US-ASCII hexdump -C | \
/freebsd-10.0-release/tools/bsdbox/
H A DMakefile.base10 CRUNCH_PROGS_usr.bin+= true false hexdump tail nc w head uname tset
/freebsd-10.0-release/tools/tools/net80211/w00t/redir/
H A Dbuddy.c44 void hexdump(void *b, int len) function
78 hexdump(buf, len);
/freebsd-10.0-release/lib/libutil/
H A Dhexdump.c45 hexdump(const void *ptr, int length, const char *hdr, int flags) function
H A DMakefile12 hexdump.c humanize_number.c kinfo_getfile.c kinfo_getfile.c \
28 MAN+= expand_number.3 flopen.3 fparseln.3 hexdump.3 \
H A Dlibutil.h98 void hexdump(const void *_ptr, int _length, const char *_hdr, int _flags);
211 /* Flags for hexdump(3). */
/freebsd-10.0-release/tools/tools/net80211/w00t/libw00t/
H A Dw00t.h53 void hexdump(void *b, int len);
/freebsd-10.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-10.0-release/crypto/openssl/apps/
H A Drsautl.c97 char hexdump = 0, asn1parse = 0; local
159 else if(!strcmp(*argv, "-hexdump")) hexdump = 1;
308 } else if(hexdump) BIO_dump(out, (char *)rsa_out, rsa_outlen);
337 BIO_printf(bio_err, "-hexdump hex dump output\n");
H A Dpkeyutl.c96 char hexdump = 0, asn1parse = 0; local
189 else if(!strcmp(*argv, "-hexdump"))
190 hexdump = 1;
369 else if(hexdump)
405 BIO_printf(bio_err, "-hexdump hex dump output\n");
/freebsd-10.0-release/usr.bin/usbhidctl/
H A Dusbhid.c55 static int hexdump = 0; variable
292 if (hexdump)
481 hexdump = 1;
/freebsd-10.0-release/sys/boot/common/
H A Dmisc.c165 * Display a region in traditional hexdump format.
168 hexdump(caddr_t region, size_t len) function
/freebsd-10.0-release/tools/regression/bpf/bpf_filter/
H A Dbpf_test.c80 hexdump(filter->func, filter->size, NULL, HD_OMIT_CHARS);
/freebsd-10.0-release/tools/tools/net80211/wesside/dics/
H A Ddics.c98 void hexdump(unsigned char *ptr, int len) { function
279 hexdump (buf, plen);

Completed in 284 milliseconds

123