opnsense-src/lib/libc/tests/stdlib
Konstantin Belousov a64a3b7988 libc/tests/stdlib/dynthr_mod/dynthr_mod.c: mark dummy as used
It receives the malloc() result, and we do not want the malloc() call
to be optimized out, which is allowed for hosted compiler.  Use dummy
for actual write though.

Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
2021-11-29 17:39:51 +02:00
..
dynthr_mod libc/tests/stdlib/dynthr_mod/dynthr_mod.c: mark dummy as used 2021-11-29 17:39:51 +02:00
clearenv_test.c libc: fix the test 2021-11-08 12:35:03 +01:00
cxa_thread_atexit_nothr_test.cc Add __cxa_thread_atexit(3) API implementation. 2016-08-06 13:32:40 +00:00
cxa_thread_atexit_test.cc Add __cxa_thread_atexit(3) API implementation. 2016-08-06 13:32:40 +00:00
dynthr_test.c libc/tests: Add test case for jemalloc/libthr bug fixed in r343566 2019-01-31 02:49:24 +00:00
heapsort_test.c Integrate tools/regression/lib/libc/stdlib into the FreeBSD test suite 2015-11-08 07:03:17 +00:00
Makefile libc: add clearenv function 2021-11-07 16:20:15 +01:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
mergesort_test.c Integrate tools/regression/lib/libc/stdlib into the FreeBSD test suite 2015-11-08 07:03:17 +00:00
qsort_r_test.c Add qsort_r(3) regression test. 2020-01-20 11:45:18 +00:00
qsort_s_test.c Add qsort_s(3). Apart from the constraints, it also makes it easier 2020-01-20 11:40:07 +00:00
qsort_test.c Integrate tools/regression/lib/libc/stdlib into the FreeBSD test suite 2015-11-08 07:03:17 +00:00
set_constraint_handler_s_test.c Implement the memset_s(3) function as specified by the C11 ISO/IEC 2017-03-30 04:57:26 +00:00
strfmon_test.c Allow multi-byte thousands separators in strfmon(3) 2018-12-19 22:57:47 +00:00
test-sort.h Integrate tools/regression/lib/libc/stdlib into the FreeBSD test suite 2015-11-08 07:03:17 +00:00
tsearch_test.c tsearch_test: Test twalk & add some determinism. 2017-06-06 03:40:45 +00:00