opnsense-src/lib/libc/mips/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 Merge jmallett@'s n64 work into HEAD - changeset 1. 2010-06-16 12:55:14 +00:00
bcopy.S Merge jmallett@'s n64 work into HEAD - changeset 1. 2010-06-16 12:55:14 +00:00
bzero.S Fix bzero() for 64-bit. 2011-02-22 07:49:51 +00:00
ffs.S Merge jmallett@'s n64 work into HEAD - changeset 1. 2010-06-16 12:55:14 +00:00
Makefile.inc Merge index() and strchr() together. 2012-01-03 07:14:01 +00:00
memcpy.S
memmove.S
strchr.S Change index() and rindex() to a weak alias. 2012-01-05 10:32:53 +00:00
strcmp.S Merge jmallett@'s n64 work into HEAD - changeset 1. 2010-06-16 12:55:14 +00:00
strlen.S Merge jmallett@'s n64 work into HEAD - changeset 1. 2010-06-16 12:55:14 +00:00
strrchr.S Change index() and rindex() to a weak alias. 2012-01-05 10:32:53 +00:00