START	lib/libc/locale	2025-03-31T00:01:08Z

===> check_isw
==== run-regress-check_isw ====
cc -O2 -pipe  -g  -MD -MP  -c /usr/src/regress/lib/libc/locale/check_isw/check_isw.c
cc   -o check_isw check_isw.o 
./check_isw >/dev/null

===> mbrtowc
==== run-regress-test_mbrtowc ====
cc -O2 -pipe  -g  -MD -MP  -c /usr/src/regress/lib/libc/locale/mbrtowc/test_mbrtowc.c
cc   -o test_mbrtowc test_mbrtowc.o 
./test_mbrtowc

===> setlocale
==== run-regress-setlocale ====
cc -O2 -pipe  -g  -MD -MP  -c /usr/src/regress/lib/libc/locale/setlocale/setlocale.c
cc   -o setlocale setlocale.o 
env -i LC_ALL=fr_FR.UTF-8 ./setlocale

===> uselocale
==== run-regress-uselocale ====
cc -O2 -pipe  -Wno-macro-redefined -Wno-int-to-pointer-cast -g  -MD -MP  -c /usr/src/regress/lib/libc/locale/uselocale/uselocale.c
cc  -pthread  -o uselocale uselocale.o 
./uselocale

===> wcrtomb
==== run-regress-test_wcrtomb ====
cc -O2 -pipe  -g  -MD -MP  -c /usr/src/regress/lib/libc/locale/wcrtomb/test_wcrtomb.c
cc   -o test_wcrtomb test_wcrtomb.o 
./test_wcrtomb

PASS	lib/libc/locale	Duration 0m01.31s