freebsd-src/lib/libc/i386/string
Brooks Davis 9fe44df287 Correct MDSRCS use in <arch>/string/Makefile.inc.
- Remove .c files which duplicate entries in MISRCS.
- Use the same, less merge conflict prone style in all cases.
- Use MDSRCS for mips (.c and .S files both ended up in SRCS).
- Remove pointless sparc64 Makefile.inc.
- Remove uninformative foreign VCS ID entries.

Reviewed by:	emaste, imp, jhb
MFC after:	1 week
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D9841
2017-03-02 17:05:52 +00:00
..
bcmp.S
bcopy.S Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
bzero.S
ffs.S
Makefile.inc Correct MDSRCS use in <arch>/string/Makefile.inc. 2017-03-02 17:05:52 +00:00
memchr.S - Correct mispellings of the word occurrence 2013-04-17 11:40:10 +00:00
memcmp.S
memcpy.S
memmove.S
memset.S
strcat.S
strchr.S Replace the WEAK_ALIAS() alias with the WEAK_REFERENCE() alias. Use it and 2013-11-21 22:31:18 +00:00
strcmp.S
strcpy.S
strncmp.S
strrchr.S Replace the WEAK_ALIAS() alias with the WEAK_REFERENCE() alias. Use it and 2013-11-21 22:31:18 +00:00
swab.S
wcschr.S
wcscmp.S
wcslen.S
wmemchr.S