freebsd-dev/lib/libc/i386/string
Ed Schouten 19c262fe87 Change index() and rindex() to a weak alias.
This allows people to still write statically linked applications that
call strchr() or strrchr() and have a local variable or function called
index.

Discussed with:	bde@
2012-01-05 10:32:53 +00:00
..
bcmp.S
bcopy.S
bzero.S
ffs.S
Makefile.inc Merge index() and strchr() together. 2012-01-03 07:14:01 +00:00
memchr.S
memcmp.S
memcpy.S Remove duplicate .note.GNU-stack section declaration. bcopy already 2011-02-04 21:04:00 +00:00
memmove.S Remove duplicate .note.GNU-stack section declaration. bcopy already 2011-02-04 21:04:00 +00:00
memset.S
strcat.S
strchr.S Change index() and rindex() to a weak alias. 2012-01-05 10:32:53 +00:00
strcmp.S
strcpy.S
strncmp.S
strrchr.S Change index() and rindex() to a weak alias. 2012-01-05 10:32:53 +00:00
swab.S
wcschr.S
wcscmp.S
wcslen.S
wmemchr.S