NetBSD/usr.bin/hexdump
dholland 6d1844cb1e Don't try to use stdin after clobbering it with a failed freopen().
Prevents an extra "Bad file descriptor" message when trying to hexdump
a single nonexistent file.

The intended behavior seems to have been to read from stdin if there
was one filename given and it wasn't valid. But this seems like a bad
idea, so prevent that case instead of hacking it up so it works.
2016-03-04 03:02:52 +00:00
..
Makefile
conv.c "dcl" is not "dc1". 2013-02-09 02:49:36 +00:00
display.c Don't try to use stdin after clobbering it with a failed freopen(). 2016-03-04 03:02:52 +00:00
hexdump.1 Bug Hunting: 2012-07-06 14:10:06 +00:00
hexdump.c Don't use one function for two different things. Two functions is the 2016-03-04 02:54:38 +00:00
hexdump.h Don't use one function for two different things. Two functions is the 2016-03-04 02:54:38 +00:00
hexsyntax.c
od.1
odsyntax.c
parse.c