NetBSD/lib/libc/arch/arm32/string
mark 1f73d0c21a Added assembly files _memcpy.S memcpy.S memmove.S bcopy.S memset.S bzero.S 1997-10-06 00:40:31 +00:00
..
Makefile.inc Added assembly files _memcpy.S memcpy.S memmove.S bcopy.S memset.S bzero.S 1997-10-06 00:40:31 +00:00
_memcpy.S Implement an assembly memory copy routine. 1997-10-06 00:35:50 +00:00
bcopy.S Implement standard libc memory copy/move functions as stubs onto the 1997-10-06 00:37:51 +00:00
bzero.S Implement bzero() as a stub that calls memset(). 1997-10-06 00:39:25 +00:00
memcpy.S Implement standard libc memory copy/move functions as stubs onto the 1997-10-06 00:37:51 +00:00
memmove.S Implement standard libc memory copy/move functions as stubs onto the 1997-10-06 00:37:51 +00:00
memset.S Implement an assembly version of memset(). 1997-10-06 00:38:33 +00:00