/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/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 in typeref:typename:void 118 hexdump(out, outlen);
|
/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) [all...] |
/src/sys/arch/luna68k/dev/xplx/ |
Makefile | 5 TOOL_HEXDUMP?= hexdump
|
/src/sys/arch/dreamcast/dev/microcode/ |
Makefile | 21 hexdump -v -e '" /* %04.4_ax */\t" 1/4 "0x%08x, " "\n"' \
|
/src/distrib/evbsh3/rom/ramdiskcommon/ |
ramdiskbin.conf | 39 progs fstat ftp gencat getopt head hexdump id 58 ln hexdump od
|
/src/sys/external/isc/libsodium/src/ |
sodium_selftest.c | 50 hexdump(int (*prf)(const char *, ...) __printflike(1,2), const char *prefix, 203 hexdump(printf, t, outbuf + M, sizeof(ciphertext)); 248 hexdump(printf, t, outbuf + M, sizeof(ciphertext)); 278 hexdump(printf, t, outbuf + M, 310 hexdump(printf, t, outbuf + M, 446 hexdump(printf, t, outbuf + M, sizeof(ciphertext)); 491 hexdump(printf, t, outbuf + M, sizeof(ciphertext)); 521 hexdump(printf, t, outbuf + M, 553 hexdump(printf, t, outbuf + M,
|
/src/usr.bin/extattr/ |
getextattr.c | 139 hexdump(const char *addr, size_t len) function in typeref:typename:void 406 hexdump(buf, error);
|
/src/tests/lib/libc/sys/ |
t_ptrace_wait.h | 161 hexdump(#x, vx, vn); \ 162 hexdump(#y, vy, vn); \ 201 hexdump(const char *title, const void *buf, size_t len) function in typeref:typename:__unused void 227 hexdump(#x, vx, vn); \ 228 hexdump(#y, vy, vn); \
|
/src/usr.sbin/btattach/ |
btattach.c | 355 hexdump(uint8_t *ptr, size_t len) function in typeref:typename:void 384 hexdump(iov[0].iov_base, iov[0].iov_len); 385 hexdump(iov[1].iov_base, iov[1].iov_len);
|
/src/sys/arch/ia64/stand/common/ |
misc.c | 171 * Display a region in traditional hexdump format. 174 hexdump(void *region, size_t len)
|
bootstrap.h | 83 void hexdump(void *region, size_t len);
|
/src/usr.bin/ |
Makefile | 16 head hexdump iconv id indent infocmp innetgr ipcrm ipcs join jot \
|
/src/sys/arch/evbppc/wii/dev/ |
rtcsram.c | 114 hexdump(aprint_debug, device_xname(self), &sc->sc_sram,
|
avenc.c | 41 #include <lib/libkern/libkern.h> /* hexdump */ 180 hexdump(printf, pfx, regdump, sizeof(regdump));
|
/src/sys/arch/amiga/stand/bootblock/ppcboot/ |
Makefile | 95 hexdump kickstart.bin | ${TOOL_AWK} -f ${.CURDIR}/hex2c.awk > $@
|
/src/tests/dev/cgd/ |
t_cgd_adiantum.c | 279 hexdump(const void *buf, size_t len) function in typeref:typename:void 369 hexdump(buf, C[i].secsize); 370 hexdump(C[i].ctxt, C[i].secsize); 387 hexdump(buf, C[i].secsize);
|
/src/sys/arch/mips/cavium/dev/ |
octeon_rnm.c | 255 hexdump(printf, "rnm", sc->sc_sample, sizeof sc->sc_sample);
|
/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
intel_engine_cs.c | 1214 #define hexdump intel_hexdump macro 1216 static void hexdump(struct drm_printer *m, const void *buf, size_t len) function in typeref:typename:void 1465 hexdump(m, ring, size); 1547 hexdump(m, rq->context->lrc_reg_state, PAGE_SIZE); 1565 hexdump(m, engine->status_page.addr, PAGE_SIZE);
|
/src/tools/ |
Makefile | 103 SUBDIR+= cap_mkdb crunchgen ctags gencat hexdump \
|
/src/sys/crypto/aes/ |
aes_ccm.c | 543 hexdump(printf, name, bufp, T[i].mlen); 549 hexdump(printf, name, tagp, T[i].M); 569 hexdump(printf, name, bufp, T[i].mlen);
|