NetBSD/common/lib/libc/string
ross b8bbfca272 Don't do DIAGASSERT against NULL if _KERNEL This puts us back to
kernel behavior before src/common where 0 was a valid dest addr.

This should fix the macppc (and other OEA ppc) silent-death-on-DIAGNOSTIC
issue, and possibly other DIAGNOSTIC failures.

XXX it might be worth thinking about an API where 0 is allowed in
documented cases and not allowed otherwise.
2006-02-05 06:47:48 +00:00
..
bcmp.c
bcopy.c
bzero.c
ffs.c
memchr.c
memcmp.c
memcpy.c
memmove.c
memset.c
strcasecmp.c
strcat.c
strchr.c
strcmp.c
strcpy.c
strlcat.c
strlcpy.c
strlen.c
strncasecmp.c
strncmp.c
strncpy.c
strrchr.c
strstr.c