NetBSD/common/lib/libc/string
drochner 1970d452ef add a public domain notice 2014-06-24 16:39:39 +00:00
..
bcmp.c Casts and type changes to fix portability issues. 2012-03-09 15:41:16 +00:00
bcopy.c Undef possible macro versions of memcpy and friends for kernel builds 2014-04-16 20:39:55 +00:00
bzero.c
bzero2.c
consttime_memequal.c add a public domain notice 2014-06-24 16:39:39 +00:00
explicit_memset.c add a public domain notice 2014-06-24 16:39:39 +00:00
ffs.c
memchr.c
memcmp.c Improve EABI handling of string functions. Most importantly, fix 2013-12-02 21:21:33 +00:00
memcpy.c Improve EABI handling of string functions. Most importantly, fix 2013-12-02 21:21:33 +00:00
memmove.c Improve EABI handling of string functions. Most importantly, fix 2013-12-02 21:21:33 +00:00
memset.c Improve EABI handling of string functions. Most importantly, fix 2013-12-02 21:21:33 +00:00
memset2.c
popcount32.c
popcount64.c Casts and type changes to fix portability issues. 2012-03-09 15:41:16 +00:00
strcasecmp.c
strcat.c
strchr.c
strcmp.c Don't pick up strcmp as macro from libkern.h. 2013-07-01 20:51:59 +00:00
strcpy.c
strlcat.c Add a (unused) variant of strlcat that uses strnlen and strlcpy to do the work. 2013-01-23 07:57:27 +00:00
strlcpy.c
strlen.c
strncasecmp.c
strncat.c make it kernel friendly. 2013-12-27 20:26:53 +00:00
strncmp.c
strncpy.c
strnlen.c Make strnlen implementation usable from src/tools/compat. 2014-01-09 11:25:11 +00:00
strrchr.c
strsep.c
strstr.c