Searched refs:c32rtomb (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/lib/libc/port/locale/ |
H A D | c32rtomb.c | 33 c32rtomb(char *restrict str, char32_t c32, mbstate_t *restrict ps) in c32rtomb() function
|
H A D | c16rtomb.c | 77 return (c32rtomb(str, c32, ps)); in c16rtomb()
|
/titanic_50/usr/src/test/libc-tests/tests/ |
H A D | uchar.c | 164 clen = c32rtomb(buf, out, &mbs); in mbrtoc32_roundtrip() 562 len = c32rtomb(buf, uchar_value, &mbs); in c32rtomb_eilseq_iso8859() 585 len = c32rtomb(buf, (char16_t)uchar_value, &mbs); in c16rtomb_eilseq_iso8859() 608 len = c32rtomb(buf, UINT32_MAX, &mbs); in c32rtomb_eilseq_utf8() 691 len = c32rtomb(NULL, uchar_value, &mbs); in c32rtomb_null()
|
/titanic_50/usr/src/head/ |
H A D | uchar.h | 67 extern size_t c32rtomb(char *_RESTRICT_KYWD, char32_t,
|
/titanic_50/usr/src/lib/libc/amd64/ |
H A D | Makefile | 729 c32rtomb.o \
|
/titanic_50/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 747 c32rtomb.o \
|
/titanic_50/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 773 c32rtomb.o \
|
/titanic_50/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 801 c32rtomb.o \
|
/titanic_50/usr/src/man/man3c/ |
H A D | Makefile | 711 c32rtomb.3c \ 1545 c32rtomb.3c := LINKSRC = c16rtomb.3c
|
/titanic_50/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 99 c32rtomb;
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 705 link path=usr/share/man/man3c/c32rtomb.3c target=c16rtomb.3c
|