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

1234

/freebsd-current/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-current/usr.bin/hexdump/tests/
H A Dhexdump_test.sh42 hexdump -b "$(atf_get_srcdir)/d_hexdump_a.in"
44 hexdump -b "$(atf_get_srcdir)/d_hexdump_b.in"
46 hexdump -b "$(atf_get_srcdir)/d_hexdump_c.in"
57 hexdump -c "$(atf_get_srcdir)/d_hexdump_a.in"
59 hexdump -c "$(atf_get_srcdir)/d_hexdump_b.in"
61 hexdump -c "$(atf_get_srcdir)/d_hexdump_c.in"
72 hexdump -C "$(atf_get_srcdir)/d_hexdump_a.in"
74 hexdump -C "$(atf_get_srcdir)/d_hexdump_b.in"
76 hexdump -C "$(atf_get_srcdir)/d_hexdump_c.in"
78 hexdump
[all...]
/freebsd-current/crypto/openssh/
H A Dxmss_commons.h19 void hexdump(const unsigned char *a, size_t len);
H A Dxmss_commons.c29 void hexdump(const unsigned char *a, size_t len)
/freebsd-current/usr.sbin/efivar/
H A Defiutil.h33 void hexdump(uint8_t *data, size_t datalen);
H A Defiutil.c93 hexdump(uint8_t *data, size_t datalen) function
189 hexdump(opt, optlen);
/freebsd-current/contrib/tcpdump/
H A Dprint-lldp.c659 int hexdump = FALSE; local
666 return hexdump;
677 return hexdump;
684 return hexdump;
693 return hexdump;
697 return hexdump;
701 return hexdump;
708 return hexdump;
712 return hexdump;
720 return hexdump;
873 int hexdump = FALSE; local
958 int hexdump = FALSE; local
991 int hexdump = FALSE; local
1176 int hexdump = FALSE; local
1452 u_int oui, tlen, hexdump, tlv_type, tlv_len; local
[all...]
H A Dprint-lmp.c363 int hexdump = FALSE; local
371 while (total_subobj_len > 0 && hexdump == FALSE ) {
417 hexdump=TRUE;
423 return (hexdump);
433 int hexdump; local
520 hexdump=FALSE;
538 hexdump=TRUE;
576 hexdump=TRUE;
601 hexdump=TRUE;
619 hexdump
[all...]
H A Dprint-cfm.c221 u_int hexdump = FALSE; local
230 return hexdump;
245 hexdump = TRUE;
254 hexdump = TRUE;
261 hexdump = TRUE;
265 return hexdump;
282 u_int hexdump, tlen, cfm_tlv_len, cfm_tlv_type, ccm_interval; local
415 /* FIXME add printers for those MD formats - hexdump for now */
458 /* FIXME add printers for those MA formats - hexdump for now */
562 hexdump
[all...]
H A Dprint-rsvp.c691 int hexdump; local
748 hexdump=FALSE;
829 hexdump=TRUE;
854 hexdump=TRUE;
879 hexdump=TRUE;
917 hexdump=TRUE;
936 hexdump=TRUE;
1001 hexdump=TRUE;
1079 hexdump=TRUE;
1153 hexdump
[all...]
H A Dprint-slow.c464 /* do we want to see an additional hexdump ? */
487 u_int hexdump; local
559 hexdump = FALSE;
569 hexdump = TRUE;
596 hexdump = TRUE;
600 hexdump = TRUE;
606 if (ndo->ndo_vflag > 1 || hexdump==TRUE) {
656 hexdump = FALSE;
668 hexdump = TRUE;
686 hexdump
[all...]
H A Dprint-rpki-rtr.c179 u_int pdu_type, pdu_len, hexdump; local
205 hexdump = FALSE;
361 * Unknown data, please hexdump.
363 hexdump = TRUE;
367 if (ndo->ndo_vflag > 1 || (ndo->ndo_vflag && hexdump)) {
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/hkdf/
H A Dhkdf_test.c173 hexdump(const char *str, uint8_t *src, uint_t len) function
198 hexdump("Expected:", (uint8_t *)tv->okm, tv->okm_len);
199 hexdump("Actual: ", good, tv->okm_len);
/freebsd-current/sbin/ifconfig/
H A Dsfp.c116 hexdump(dump.data + QSFP_DUMP1_START, QSFP_DUMP1_SIZE,
119 hexdump(dump.data + QSFP_DUMP0_START, QSFP_DUMP0_SIZE,
123 hexdump(dump.data + SFP_DUMP_START, SFP_DUMP_SIZE,
/freebsd-current/stand/libsa/
H A Dhexdump.c31 * Display a region in traditional hexdump format.
34 hexdump(caddr_t region, size_t len) function
/freebsd-current/contrib/netbsd-tests/lib/libc/hash/
H A Dh_hash.c55 hexdump (unsigned char *buf, int len) function
118 hexdump(out, outlen);
/freebsd-current/bin/dd/
H A DMakefile24 LC_ALL=en_US.US-ASCII hexdump -C | \
29 @hexdump -C obs_zeroes | diff -I FreeBSD - ${.CURDIR}/ref.obs_zeroes
/freebsd-current/tools/tools/net80211/w00t/redir/
H A Dbuddy.c42 void hexdump(void *b, int len) function
76 hexdump(buf, len);
/freebsd-current/tools/bsdbox/
H A DMakefile.base9 CRUNCH_PROGS_usr.bin+= true false hexdump tail nc w head uname tset
/freebsd-current/tools/tools/net80211/w00t/libw00t/
H A Dw00t.h51 void hexdump(void *b, int len);
/freebsd-current/lib/libutil/
H A Dhexdump.c42 hexdump(const void *ptr, int length, const char *hdr, int flags) function
H A DMakefile15 hexdump.c humanize_number.c kinfo_getfile.c \
32 MAN+= cpuset.3 expand_number.3 flopen.3 fparseln.3 getlocalbase.3 hexdump.3 \
/freebsd-current/tools/tools/crypto/
H A Dcryptotest.c109 void hexdump(char *, int);
325 hexdump(iv, sizeof iv);
328 hexdump(cleartext, MIN(size, CHUNK));
351 hexdump(ciphertext, size);
373 hexdump(originaltext, size);
375 hexdump(cleartext, size);
400 hexdump(cleartext, MIN(size, CHUNK));
646 hexdump(char *p, int n) function
/freebsd-current/usr.sbin/mpsutil/
H A Dmps_debug.c142 hexdump(frame, MPS_FRAME_LEN, NULL, 0);
178 hexdump(frame, MPS_FRAME_LEN, NULL, 0);
/freebsd-current/tests/sys/netinet/libalias/
H A Dutil.c73 hexdump(void *p, size_t len) function

Completed in 219 milliseconds

1234