NetBSD/common/lib/libc/string
2013-01-23 07:57:27 +00:00
..
bcmp.c Casts and type changes to fix portability issues. 2012-03-09 15:41:16 +00:00
bcopy.c
bzero2.c Merge from matt-nb5-mips64 2009-12-14 00:38:59 +00:00
bzero.c
consttime_bcmp.c Add "consttime_bcmp" and "explicit_bzero" functions for both kernel 2012-08-30 12:16:48 +00:00
explicit_bzero.c Add "consttime_bcmp" and "explicit_bzero" functions for both kernel 2012-08-30 12:16:48 +00:00
ffs.c add a weak alias to __ffssi2, needed for hppa gcc 4.5. 2011-08-07 01:52:47 +00:00
memchr.c
memcmp.c libkern.h maps memcmp, memset and strcpy to the compiler builtins on 2011-11-08 16:52:11 +00:00
memcpy.c
memmove.c
memset2.c remove trailing white space 2012-03-02 16:22:27 +00:00
memset.c libkern.h maps memcmp, memset and strcpy to the compiler builtins on 2011-11-08 16:52:11 +00:00
popcount32.c Requires stdint.h. 2011-08-21 21:24:34 +00:00
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
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
strncmp.c
strncpy.c
strnlen.c Make strnlen(3) accessible in kernel. ok christos@. 2011-09-01 22:35:17 +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
strstr.c