freebsd-dev/sbin/dump
Ed Schouten b3608ae18f Replace index() and rindex() calls with strchr() and strrchr().
The index() and rindex() functions were marked LEGACY in the 2001
revision of POSIX and were subsequently removed from the 2008 revision.
The strchr() and strrchr() functions are part of the C standard.

This makes the source code a lot more consistent, as most of these C
files also call into other str*() routines. In fact, about a dozen
already perform strchr() calls.
2012-01-03 18:51:58 +00:00
..
cache.c
dump.8 When using dump to generate level 0 dumps which are then rsync'ed 2008-05-23 23:13:14 +00:00
dump.h The current /etc/dumpdates file restricts device names to 32 characters. 2011-10-18 18:42:26 +00:00
dumprmt.c
itime.c The current /etc/dumpdates file restricts device names to 32 characters. 2011-10-18 18:42:26 +00:00
main.c Replace index() and rindex() calls with strchr() and strrchr(). 2012-01-03 18:51:58 +00:00
Makefile Switch the default WARNS level for sbin/ to 6. 2009-10-19 16:00:24 +00:00
optr.c The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilities 2011-01-24 06:17:05 +00:00
pathnames.h
tape.c The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilities 2011-01-24 06:17:05 +00:00
traverse.c When using dump to generate level 0 dumps which are then rsync'ed 2008-05-23 23:13:14 +00:00
unctime.c