NetBSD/common/lib/libc/string
matt 6ac68d00a5 Don't compile if there is a macro of the same name. 2015-05-29 19:39:41 +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 Merge from matt-nb5-mips64 2009-12-14 00:38:59 +00:00
consttime_memequal.c Switch to the suggested constant-time result conversion. 2015-03-18 20:11:35 +00:00
explicit_memset.c add a public domain notice 2014-06-24 16:39:39 +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 When passing char (or unsigned char) arguments as int, assign them to a 2008-01-08 21:57:06 +00:00
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 remove trailing white space 2012-03-02 16:22:27 +00:00
popcount32.c Don't compile if there is a macro of the same name. 2015-05-29 19:39:41 +00:00
popcount64.c Don't compile if there is a macro of the same name. 2015-05-29 19:39:41 +00:00
strcasecmp.c handle fortify, ansify. 2007-06-04 18:19:26 +00:00
strcat.c handle fortify, ansify. 2007-06-04 18:19:26 +00:00
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
strcspn.c lua: updated from 5.1 to 5.3 work3 2014-07-19 18:38:33 +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 handle fortify, ansify. 2007-06-04 18:19:26 +00:00
strlen.c handle fortify, ansify. 2007-06-04 18:19:26 +00:00
strncasecmp.c handle fortify, ansify. 2007-06-04 18:19:26 +00:00
strncat.c make it kernel friendly. 2013-12-27 20:26:53 +00:00
strncmp.c handle fortify, ansify. 2007-06-04 18:19:26 +00:00
strncpy.c handle fortify, ansify. 2007-06-04 18:19:26 +00:00
strnlen.c Make strnlen implementation usable from src/tools/compat. 2014-01-09 11:25:11 +00:00
strpbrk.c lua: updated from 5.1 to 5.3 work3 2014-07-19 18:38:33 +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 handle fortify, ansify. 2007-06-04 18:19:26 +00:00
strspn.c lua: updated from 5.1 to 5.3 work3 2014-07-19 18:38:33 +00:00
strstr.c handle fortify, ansify. 2007-06-04 18:19:26 +00:00