freebsd-dev/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 Fix typo ('1' != 'l') 2013-03-04 02:21:06 +00:00
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 fix spelling of offset since that is what is used in the body... 2014-10-30 06:54:25 +00:00
hexdump.c Replace index() and rindex() calls with strchr() and strrchr(). 2012-01-03 18:51:58 +00:00
hexdump.h Constify. 2014-04-25 04:01:25 +00:00
hexsyntax.c Replace index() and rindex() calls with strchr() and strrchr(). 2012-01-03 18:51:58 +00:00
Makefile
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00
od.1 mdoc: fix column names, indentation, column separation within each row, and 2012-04-07 09:05:30 +00:00
odsyntax.c
parse.c hexdump(1): Simplify by using asprintf(3) 2016-09-19 18:35:22 +00:00