freebsd-dev/usr.sbin/sade
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
..
help Another update for reality: "dangerously dedicated" mode is now 2006-02-06 00:06:39 +00:00
command.c Make sade(8) WARNS=3 clean. 2006-08-08 13:45:46 +00:00
devices.c Port to new libdialog. 2011-11-24 18:37:16 +00:00
disks.c Port to new libdialog. 2011-11-24 18:37:16 +00:00
dmenu.c Port to new libdialog. 2011-11-24 18:37:16 +00:00
globals.c Say welcome to 'sade', the SysAdmins Disk Editor. It's the fdisk and disklabel part 2006-08-07 23:35:49 +00:00
install.c In usr.sbin/sade/install.c and usr.sbin/sade/label.c, fix a few warnings 2011-12-18 01:13:21 +00:00
label.c Spelling fixes for usr.sbin/ 2011-12-30 10:58:14 +00:00
list.h Say welcome to 'sade', the SysAdmins Disk Editor. It's the fdisk and disklabel part 2006-08-07 23:35:49 +00:00
main.c Port to new libdialog. 2011-11-24 18:37:16 +00:00
Makefile Remove DEBUG_FLAGS. 2011-11-25 07:10:59 +00:00
menus.c Port to new libdialog. 2011-11-24 18:37:16 +00:00
misc.c Fix dialog autosizing: dlg_count_columns() does not handle NL characters. 2011-12-01 09:01:51 +00:00
msg.c Port to new libdialog. 2011-11-24 18:37:16 +00:00
sade.8 Adjust HISTORY. 2007-10-12 18:16:35 +00:00
sade.h Port to new libdialog. 2011-11-24 18:37:16 +00:00
system.c Port to new libdialog. 2011-11-24 18:37:16 +00:00
termcap.c Convert syscons on i386 to TERM=xterm. 2009-11-13 11:28:54 +00:00
variable.c Replace index() and rindex() calls with strchr() and strrchr(). 2012-01-03 18:51:58 +00:00
wizard.c Say welcome to 'sade', the SysAdmins Disk Editor. It's the fdisk and disklabel part 2006-08-07 23:35:49 +00:00