NetBSD/common/lib/libc/string
he 73e50f111b Do like the non-__OPTIMIZE_SIZE__ variant, and compile memset() unless
BZERO is defined, instead of requiring MEMSET to be defined.

Avoids violating the principle of least astonishment, and also fixes
the build of stand/ and kernels for (at least) alpha.
2008-03-29 14:03:22 +00:00
..
bcmp.c handle fortify, ansify. 2007-06-04 18:19:26 +00:00
bcopy.c Add /* __OPTIMIZE_SIZE__ */ comments on relevant #else and #endif lines. 2008-03-26 06:19:36 +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
memset.c Do like the non-__OPTIMIZE_SIZE__ variant, and compile memset() unless 2008-03-29 14:03:22 +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 When passing char (or unsigned char) arguments as int, assign them to a 2008-01-08 21:57:06 +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 When passing char (or unsigned char) arguments as int, assign them to a 2008-01-08 21:57:06 +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