opnsense-src/lib/libc/tests/stdlib
Jose Luis Duran 621bf91893 strfmon_l: Use specified locale for number formatting
strfmon_l does not take fully into consideration the explicitly passed
locale to perform the formatting.

Parallel universe bug report:	https://sourceware.org/bugzilla/show_bug.cgi?id=19633

Obtained from:	Darwin
Reviewed by:	kib
PR:	267410
Github PR:	#620
MFC after:	1 week
2022-10-30 00:09:11 +03: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 qsort_b_test: Only build on clang. 2022-10-03 16:14:39 -07:00
Makefile.depend
mergesort_test.c
qsort_b_test.c libc: add test case for qsort_b(3) 2022-09-06 23:11:46 -07:00
qsort_r_compat_test.c Alter the prototype of qsort_r(3) to match POSIX, which adopted the 2022-09-30 15:26:30 -07:00
qsort_r_test.c Alter the prototype of qsort_r(3) to match POSIX, which adopted the 2022-09-30 15:26:30 -07: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 strfmon_l: Use specified locale for number formatting 2022-10-30 00:09:11 +03:00
test-sort.h
tsearch_test.c