opnsense-src/lib/libc/tests/string
Konstantin Belousov 9851b3400a Implement the memset_s(3) function as specified by the C11 ISO/IEC
9899:2011 Appendix K 3.7.4.1.

Other needed supporting types, defines and constraint_handler
infrastructure is added as specified in the C11 spec.

Submitted by:	Tom Rix <trix@juniper.net>
Sponsored by:	Juniper Networks
Discussed with:	ed
MFC after:	3 weeks
Differential revision:	https://reviews.freebsd.org/D9903
Differential revision:	https://reviews.freebsd.org/D10161
2017-03-30 04:57:26 +00:00
..
Makefile Implement the memset_s(3) function as specified by the C11 ISO/IEC 2017-03-30 04:57:26 +00:00
Makefile.depend DIRDEPS_BUILD: Connect MK_TESTS. 2016-03-09 22:46:01 +00:00
memcmp_test.c libc: Add some tests for memcmp(). 2016-03-06 18:41:48 +00:00
memset_s_test.c Implement the memset_s(3) function as specified by the C11 ISO/IEC 2017-03-30 04:57:26 +00:00
stpncpy_test.c Integrate tools/regression/lib/libc/string into the FreeBSD test suite 2015-11-08 07:53:31 +00:00
strerror_test.c Integrate tools/regression/lib/libc/string into the FreeBSD test suite 2015-11-08 07:53:31 +00:00
strxfrm_test.c Add a regression test about the crash with strxfrm and ISO8859-5 locales 2016-07-15 23:24:00 +00:00
wcscasecmp_test.c Integrate tools/regression/lib/libc/string into the FreeBSD test suite 2015-11-08 07:53:31 +00:00
wcscoll_test.c Add a regression test to make sure the Russian collation is actually working 2016-07-15 23:43:23 +00:00
wcsnlen_test.c Integrate tools/regression/lib/libc/string into the FreeBSD test suite 2015-11-08 07:53:31 +00:00