NetBSD/common/lib/libc/string
2009-12-14 00:38:59 +00:00
..
bcmp.c Only include <assert.h> and <string.h> if !_KERNEL && !_STANDALONE 2009-04-25 12:20:48 +00:00
bcopy.c - remove bcmp(9), bcopy(9), and bzero(9) from libkern since <sys/systm.h> has 2009-03-18 12:25:06 +00:00
bzero2.c Merge from matt-nb5-mips64 2009-12-14 00:38:59 +00:00
bzero.c
ffs.c use the ffs32 from bitops.h which is faster 2007-11-02 21:05:06 +00:00
memchr.c When passing char (or unsigned char) arguments as int, assign them to a 2008-01-08 21:57:06 +00:00
memcmp.c handle fortify, ansify. 2007-06-04 18:19:26 +00:00
memcpy.c
memmove.c
memset2.c Merge from matt-nb5-mips64 2009-12-14 00:38:59 +00:00
memset.c - remove bcmp(9), bcopy(9), and bzero(9) from libkern since <sys/systm.h> has 2009-03-18 12:25:06 +00:00
popcount32.c remove stray semicolons, makes lint happy and lets the libc build proceed 2009-07-21 19:56:55 +00:00
popcount64.c Fix a comment to not be self-referencing. 2009-08-05 15:04:15 +00:00
strcasecmp.c handle fortify, ansify. 2007-06-04 18:19:26 +00:00
strcat.c handle fortify, ansify. 2007-06-04 18:19:26 +00:00
strchr.c Change all archs so that strchr.[cS] and strrchr.[cS] exist and generate 2009-07-17 19:37:57 +00:00
strcmp.c handle fortify, ansify. 2007-06-04 18:19:26 +00:00
strcpy.c handle fortify, ansify. 2007-06-04 18:19:26 +00:00
strlcat.c handle fortify, ansify. 2007-06-04 18:19:26 +00:00
strlcpy.c handle fortify, ansify. 2007-06-04 18:19:26 +00:00
strlen.c handle fortify, ansify. 2007-06-04 18:19:26 +00:00
strncasecmp.c handle fortify, ansify. 2007-06-04 18:19:26 +00:00
strncmp.c handle fortify, ansify. 2007-06-04 18:19:26 +00:00
strncpy.c handle fortify, ansify. 2007-06-04 18:19:26 +00:00
strrchr.c Change all archs so that strchr.[cS] and strrchr.[cS] exist and generate 2009-07-17 19:37:57 +00:00
strsep.c handle fortify, ansify. 2007-06-04 18:19:26 +00:00
strstr.c handle fortify, ansify. 2007-06-04 18:19:26 +00:00