freebsd-dev/sbin/ipfw
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
..
altq.c Whitespace fixes. 2011-04-18 21:18:22 +00:00
dummynet.c More whitespace fixes. 2011-04-18 22:09:03 +00:00
ipfw2.c Add support for IPv6 to ipfw fwd: 2011-08-20 17:05:11 +00:00
ipfw2.h Add new rule actions "call" and "return" to ipfw. They make 2011-06-29 10:06:58 +00:00
ipfw.8 Note that NAT instance argument can be tablearg. 2011-11-10 12:05:26 +00:00
ipv6.c Whitespace fixes. 2011-04-18 21:18:22 +00:00
main.c Replace index() and rindex() calls with strchr() and strrchr(). 2012-01-03 18:51:58 +00:00
Makefile add back DPADD (removed by mistake in a previous commit) 2010-03-08 14:43:55 +00:00
nat.c Fix parsing of redirect_addr argument. 2011-11-23 18:38:08 +00:00