freebsd-dev/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
cxa_thread_atexit_test.cc
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
Makefile libc: add clearenv function 2021-11-07 16:20:15 +01:00
Makefile.depend
mergesort_test.c
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
set_constraint_handler_s_test.c
strfmon_test.c Allow multi-byte thousands separators in strfmon(3) 2018-12-19 22:57:47 +00:00
test-sort.h
tsearch_test.c