NetBSD/common/lib/libc/string
2013-12-27 20:26:53 +00:00
..
bcmp.c Casts and type changes to fix portability issues. 2012-03-09 15:41:16 +00:00
bcopy.c
bzero2.c
bzero.c
consttime_memequal.c Comment on possible data-dependent branch in `!res'. 2013-08-28 19:31:14 +00:00
explicit_memset.c Publish explicit_memset and consttime_memequal in userland libc. 2013-08-28 17:47:07 +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
memset2.c remove trailing white space 2012-03-02 16:22:27 +00:00
memset.c Improve EABI handling of string functions. Most importantly, fix 2013-12-02 21:21:33 +00:00
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 NULL does not need a cast 2011-08-31 15:48:32 +00:00
strcmp.c Don't pick up strcmp as macro from libkern.h. 2013-07-01 20:51:59 +00:00
strcpy.c libkern.h maps memcmp, memset and strcpy to the compiler builtins on 2011-11-08 16:52:11 +00:00
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(3) accessible in kernel. ok christos@. 2011-09-01 22:35:17 +00:00
strrchr.c
strsep.c
strstr.c