opnsense-src/libexec/mknetid
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
..
hash.c Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ 2002-12-30 21:18:15 +00:00
hash.h o __P removal 2002-02-17 19:09:20 +00:00
Makefile Make WARNS=6 the default for libexec/. 2010-01-02 09:50:19 +00:00
mknetid.8 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
mknetid.c o Fix usage(). 2002-11-12 14:15:59 +00:00
netid.5 Sort sections. 2005-01-18 09:29:40 +00:00
parse_group.c Replace index() and rindex() calls with strchr() and strrchr(). 2012-01-03 18:51:58 +00:00