NetBSD/common/lib/libc/string
christos a5fd370a21 Casts and type changes to fix portability issues.
- int -> size_t
- adjust width of RHS of shift
- adjust widths of types
2012-03-09 15:41:16 +00:00
..
bcmp.c Casts and type changes to fix portability issues. 2012-03-09 15:41:16 +00:00
bcopy.c - remove bcmp(9), bcopy(9), and bzero(9) from libkern since <sys/systm.h> has 2009-03-18 12:25:06 +00:00
bzero2.c Merge from matt-nb5-mips64 2009-12-14 00:38:59 +00:00
bzero.c
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
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