freebsd-src/usr.bin/hexdump
Pedro F. Giffuni 0c9426b684 hexdump(1): Simplify by using asprintf(3)
Instead of strlen() + calloc() + snprintf, just use asprintf().
No functional change.

Obtained from:	OpenBSD (CVS Rev. 1.22)
2016-09-19 18:35:22 +00:00
..
conv.c
display.c Fix a bug that caused nothing to be skipped when skipping exactly the 2016-02-14 14:23:56 +00:00
hexdump.1
hexdump.c
hexdump.h
hexsyntax.c
Makefile
Makefile.depend
od.1
odsyntax.c
parse.c hexdump(1): Simplify by using asprintf(3) 2016-09-19 18:35:22 +00:00