K 10 svn:author V 6 kevans K 8 svn:date V 27 2018-01-18T21:59:13.755664Z K 7 svn:log V 380 MFC r327567: hexdump(1): Speed up -s flag on devices Using the -s flag on devices is extraordinarily slow due to using fseek(3) a little too conservatively. Address this by using fseek on character/block devices as well, falling back to getchar(3) only if we fail to seek or we're operating on tape drives, where fseek may succeed while not actually being supported. PR: 86485 END