Home
last modified time | relevance | path

Searched refs:wcrtomb_l (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dwcrtomb.c38 wcrtomb_l(char *_RESTRICT_KYWD s, wchar_t wc, mbstate_t *_RESTRICT_KYWD ps, in wcrtomb_l() function
51 return (wcrtomb_l(s, wc, ps, uselocale(NULL))); in wcrtomb()
H A Dwctob.c44 if (c == WEOF || wcrtomb_l(buf, c, &mbs, loc) != 1) in wctob_l()
H A Dwctomb.c46 if ((rval = wcrtomb_l(s, wchar, &mbs, loc)) == (size_t)-1) in wctomb_l()
H A Dc32rtomb.c49 return (wcrtomb_l(str, (wchar_t)c32, ps, uselocale((locale_t)0))); in c32rtomb()
/illumos-gate/usr/src/head/
H A Dxlocale.h87 extern size_t wcrtomb_l(char *_RESTRICT_KYWD, wchar_t,
/illumos-gate/usr/src/man/man3c/
H A DMakefile1495 wcrtomb_l.3c \
1711 wcrtomb_l.3c := LINKSRC = c16rtomb.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers551 wcrtomb_l;
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc1588 link path=usr/share/man/man3c/wcrtomb_l.3c target=c16rtomb.3c