NetBSD/lib/libc/i386/string
jtc 35aa0934e7 Note that code originated in locore.s.
Don't bother clearing %eax in bcopy(), it doesn't return anything so
why clear a return value that never gets used?
Don't bother clearing direction flag.  Any code that doesn't set/clear
it explicitly before a string instruction deserves to loose.
1993-08-24 16:59:00 +00:00
..
bcmp.s Don't include "DEFS.h" more than once. 1993-08-16 17:06:27 +00:00
bcopy.s Note that code originated in locore.s. 1993-08-24 16:59:00 +00:00
bzero.s Don't include "DEFS.h" more than once. 1993-08-16 17:06:27 +00:00
ffs.s Don't include "DEFS.h" more than once. 1993-08-16 17:06:27 +00:00
index.s Don't include "DEFS.h" more than once. 1993-08-16 17:06:27 +00:00
memchr.s Don't include "DEFS.h" more than once. 1993-08-16 17:06:27 +00:00
memcmp.s Don't include "DEFS.h" more than once. 1993-08-16 17:06:27 +00:00
memmove.s Note that code originated in locore.s. 1993-08-24 16:59:00 +00:00
memset.s Don't include "DEFS.h" more than once. 1993-08-16 17:06:27 +00:00
rindex.s Don't include "DEFS.h" more than once. 1993-08-16 17:06:27 +00:00
strcat.s Don't include "DEFS.h" more than once. 1993-08-16 17:06:27 +00:00
strchr.s Don't include "DEFS.h" more than once. 1993-08-16 17:06:27 +00:00
strcmp.s Don't include "DEFS.h" more than once. 1993-08-16 17:06:27 +00:00
strcpy.s Don't include "DEFS.h" more than once. 1993-08-16 17:06:27 +00:00
strlen.s Don't include "DEFS.h" more than once. 1993-08-16 17:06:27 +00:00
strncmp.s Don't include "DEFS.h" more than once. 1993-08-16 17:06:27 +00:00
strrchr.s Don't include "DEFS.h" more than once. 1993-08-16 17:06:27 +00:00