NetBSD/lib/libc/arch/m68k/string
jtc a0ed1b8ba8 Assembly language implementation of strcat(). Derived by merging existing
strlen() and strcpy() functions.
1995-10-21 20:24:48 +00:00
..
Makefile.inc Assembly language implementation of strcat(). Derived by merging existing 1995-10-21 20:24:48 +00:00
bcmp.S Make the coding style more consistent. 1995-02-08 18:33:12 +00:00
bcopy.S remove single quote from comment 1995-06-29 20:42:22 +00:00
bzero.S Make the coding style more consistent. 1995-02-08 18:33:12 +00:00
ffs.S Use bfffo rather than a slow loop. 1994-09-09 03:07:23 +00:00
index.S Make the coding style more consistent. 1995-02-08 18:33:12 +00:00
memcmp.S Make the coding style more consistent. 1995-02-08 18:33:12 +00:00
memcpy.S Fix typo. 1993-12-07 02:05:27 +00:00
memmove.S Fix typo. 1993-12-07 02:05:27 +00:00
memset.S Make the coding style more consistent. 1995-02-08 18:33:12 +00:00
rindex.S Make the coding style more consistent. 1995-02-08 18:33:12 +00:00
strcat.S Assembly language implementation of strcat(). Derived by merging existing 1995-10-21 20:24:48 +00:00
strchr.S No reason these can't share code... 1993-12-08 21:01:56 +00:00
strcmp.S Make the coding style more consistent. 1995-02-08 18:33:12 +00:00
strcpy.S Make the coding style more consistent. 1995-02-08 18:33:12 +00:00
strlen.S Rewrite to remove instruction in inside of loop. Instead of maintaining a 1995-10-21 20:21:15 +00:00
strncmp.S Make the coding style more consistent. 1995-02-08 18:33:12 +00:00
strncpy.S Make the coding style more consistent. 1995-02-08 18:33:12 +00:00
strrchr.S No reason these can't share code... 1993-12-08 21:01:56 +00:00
swab.S Make the coding style more consistent. 1995-02-08 18:33:12 +00:00