NetBSD/regress/lib/libc/string
dsl 846f8720b2 Start with alignment '1' and write the search char to the byte before
the buffer.
XXX needs tests searching for 0xff.
2009-07-18 16:34:47 +00:00
..
memchr Start with alignment '1' and write the search char to the byte before 2009-07-18 16:34:47 +00:00
memcpy fix -Wsign-compare issues 2009-01-18 11:56:51 +00:00
memmem Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
strcat Add jtc's regression tests. I decided to split them finally to follow suit. 2005-03-15 15:57:58 +00:00
strchr Add tests that scan for 0x0 and 0xff. 2009-07-18 09:20:46 +00:00
strcmp Add jtc's regression tests. I decided to split them finally to follow suit. 2005-03-15 15:57:58 +00:00
strcpy Add jtc's regression tests. I decided to split them finally to follow suit. 2005-03-15 15:57:58 +00:00
stresep Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
strlen The local function pointer wasn't enough to stop gcc using the builtin 2009-07-11 11:45:16 +00:00
strrchr Add jtc's regression tests. I decided to split them finally to follow suit. 2005-03-15 15:57:58 +00:00
swab Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
wcsncpy wcsncpy - SUSv6: if s2 is shorter than n, s1 should be filled with L'\0' until n. 2005-10-13 21:15:49 +00:00
Makefile add regression test for stresep. 2006-08-12 23:51:12 +00:00