HardenedBSD/sbin/fsck_ffs
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
..
dir.c Fix the check in dircheck() on namlen. 2011-09-02 17:05:34 +00:00
ea.c Mechanical whitespace cleanup. 2011-04-27 02:55:03 +00:00
fsck_ffs.8 Add an -E option to mirror newfs's. The idea is that if you have a system 2011-04-29 23:00:23 +00:00
fsck.h Change the type of real_dev_bsize variable from long to u_int. 2011-12-20 20:39:00 +00:00
fsutil.c Add an -E option to mirror newfs's. The idea is that if you have a system 2011-04-29 23:00:23 +00:00
gjournal.c
inode.c Mechanical whitespace cleanup. 2011-04-27 02:55:03 +00:00
main.c Forgot this nit in r221107. 2011-09-03 03:12:33 +00:00
Makefile
pass1.c
pass1b.c
pass2.c Replace index() and rindex() calls with strchr() and strrchr(). 2012-01-03 18:51:58 +00:00
pass3.c
pass4.c
pass5.c Break out the pass 5 inode and block map updating into a separate function 2011-07-15 15:43:40 +00:00
setup.c
suj.c Change the type of real_dev_bsize variable from long to u_int. 2011-12-20 20:39:00 +00:00
utilities.c Mechanical whitespace cleanup. 2011-04-27 02:55:03 +00:00