NetBSD/sbin/dump
dholland dcd34a91c5 Stuff UFS_ in front of a few of ufs's symbols to reduce namespace
pollution. Specifically:
   ROOTINO -> UFS_ROOTINO
   WINO -> UFS_WINO
   NXADDR -> UFS_NXADDR
   NDADDR -> UFS_NDADDR
   NIADDR -> UFS_NIADDR
   MAXSYMLINKLEN -> UFS_MAXSYMLINKLEN
   MAXSYMLINKLEN_UFS[12] -> UFS[12]_MAXSYMLINKLEN (for consistency)

Sort out ext2fs's misuse of NDADDR and NIADDR; fortunately, these have
the same values in ext2fs and ffs.

No functional change intended.
2013-01-22 09:39:11 +00:00
..
Makefile
dump.8 Use more markup, fix English usage. 2012-08-29 18:46:13 +00:00
dump.h Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
dumprmt.c Use <ctype.h> functions correctly. 2013-01-13 22:54:24 +00:00
ffs_inode.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
itime.c Add some const. 2013-01-13 22:53:01 +00:00
main.c
optr.c Use more static. 2013-01-13 23:07:16 +00:00
pathnames.h
rcache.c
snapshot.c
snapshot.h
tape.c Use void * for I/O functions and remove no-longer-needed casts. 2013-01-13 23:17:18 +00:00
traverse.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
unctime.c Add some const. 2013-01-13 22:53:01 +00:00