freebsd-dev/tools/regression/lib/libc/locale
Tim J. Robbins 7d5a41c359 Test that if the buffer argument (`s') to wcrtomb() is NULL then
the value of the supplied wide character is ignored and L'\0' is used
instead. Remove incorrect comments about "internal buffer" since wcrtomb()
does not have one (wctomb() does).
2002-12-19 02:01:39 +00:00
..
Makefile Add regression tests for mblen(), mbtowc(), wctomb(), mbstowcs() and 2002-11-09 04:33:02 +00:00
test-btowc.c Add test cases for btowc() and wctob() in multibyte locales. 2002-11-10 11:03:32 +00:00
test-mblen.c Add regression tests for mblen(), mbtowc(), wctomb(), mbstowcs() and 2002-11-09 04:33:02 +00:00
test-mbrlen.c Add tests for btowc(), mbrlen(), mbsrtowcs() and wcsrtombs(). 2002-10-26 07:56:47 +00:00
test-mbrtowc.c Test for the zero-length buffer bug corrected in mbrtowc.c revision 1.3. 2002-11-10 10:50:42 +00:00
test-mbsrtowcs.c Add tests for btowc(), mbrlen(), mbsrtowcs() and wcsrtombs(). 2002-10-26 07:56:47 +00:00
test-mbstowcs.c Add regression tests for mblen(), mbtowc(), wctomb(), mbstowcs() and 2002-11-09 04:33:02 +00:00
test-mbtowc.c Add regression tests for mblen(), mbtowc(), wctomb(), mbstowcs() and 2002-11-09 04:33:02 +00:00
test-wcrtomb.c Test that if the buffer argument (`s') to wcrtomb() is NULL then 2002-12-19 02:01:39 +00:00
test-wcsrtombs.c Add tests for btowc(), mbrlen(), mbsrtowcs() and wcsrtombs(). 2002-10-26 07:56:47 +00:00
test-wcstombs.c Add regression tests for mblen(), mbtowc(), wctomb(), mbstowcs() and 2002-11-09 04:33:02 +00:00
test-wctomb.c Add regression tests for mblen(), mbtowc(), wctomb(), mbstowcs() and 2002-11-09 04:33:02 +00:00