freebsd-src/usr.bin/hexdump
Tim J. Robbins 40ccfb3137 Add POSIX-style support for multibyte characters to od(1): the 'c'
conversion interprets input bytes as multibyte sequences and displays
printable characters in the area corresponding to their first byte.
The remaining bytes are shown as "**".
2004-07-11 01:11:12 +00:00
..
conv.c Add POSIX-style support for multibyte characters to od(1): the 'c' 2004-07-11 01:11:12 +00:00
display.c Add POSIX-style support for multibyte characters to od(1): the 'c' 2004-07-11 01:11:12 +00:00
hexdump.1 Add a reference to od(1). 2004-07-10 13:11:00 +00:00
hexdump.c ANSIify function definitions. 2002-09-04 23:29:10 +00:00
hexdump.h Add POSIX-style support for multibyte characters to od(1): the 'c' 2004-07-11 01:11:12 +00:00
hexsyntax.c ANSIify function definitions. 2002-09-04 23:29:10 +00:00
Makefile Remove leaf node WARNS?=2 (that mainly I added). This should 2002-02-08 22:31:43 +00:00
od.1 Add POSIX-style support for multibyte characters to od(1): the 'c' 2004-07-11 01:11:12 +00:00
odsyntax.c ANSIify function definitions. 2002-09-04 23:29:10 +00:00
parse.c ANSIify function definitions. 2002-09-04 23:29:10 +00:00