freebsd-skq/sbin/bsdlabel
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
..
bsdlabel.8 Remove dead code in bsdlabel depending on __alpha__ 2011-03-10 08:24:21 +00:00
bsdlabel.c Replace index() and rindex() calls with strchr() and strrchr(). 2012-01-03 18:51:58 +00:00
Makefile Widen fields that display partition offset/length. 2011-03-10 08:24:33 +00:00
pathnames.h