freebsd-src/usr.bin/systat
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
..
cmds.c Fix whitespace inconsistencies in systat(1). 2011-10-15 13:20:36 +00:00
cmdtab.c Fix whitespace inconsistencies in systat(1). 2011-10-15 13:20:36 +00:00
convtbl.c ANSIfy and remove register. 2008-01-16 19:27:43 +00:00
convtbl.h Add the Tera scale factor, which is an easy job now. 2006-11-27 16:33:44 +00:00
devs.c Replace index() and rindex() calls with strchr() and strrchr(). 2012-01-03 18:51:58 +00:00
devs.h
extern.h Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
fetch.c Fix whitespace inconsistencies in systat(1). 2011-10-15 13:20:36 +00:00
icmp.c Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
icmp6.c Spelling fixes for usr.bin/ 2011-12-30 11:02:40 +00:00
ifcmds.c Fix whitespace inconsistencies in systat(1). 2011-10-15 13:20:36 +00:00
ifstat.c Fix whitespace inconsistencies in systat(1). 2011-10-15 13:20:36 +00:00
iostat.c Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
ip.c Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
ip6.c Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
keyboard.c Use integer to store the result of getch(). 2011-10-16 08:36:10 +00:00
main.c Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
Makefile Fixed dependencies (make checkdpadd). 2010-02-25 20:24:19 +00:00
mbufs.c Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
mode.c Fix whitespace inconsistencies in systat(1). 2011-10-15 13:20:36 +00:00
mode.h Fix whitespace inconsistencies in systat(1). 2011-10-15 13:20:36 +00:00
netcmds.c Replace index() and rindex() calls with strchr() and strrchr(). 2012-01-03 18:51:58 +00:00
netstat.c Replace index() and rindex() calls with strchr() and strrchr(). 2012-01-03 18:51:58 +00:00
pigs.c Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
swap.c Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
systat.1 Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
systat.h Fix whitespace inconsistencies in systat(1). 2011-10-15 13:20:36 +00:00
tcp.c Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
vmstat.c Fix whitespace inconsistencies in systat(1). 2011-10-15 13:20:36 +00:00