Searched refs:wcrtomb_l (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | wcrtomb.c | 38 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 D | wctob.c | 44 if (c == WEOF || wcrtomb_l(buf, c, &mbs, loc) != 1) in wctob_l()
|
H A D | wctomb.c | 46 if ((rval = wcrtomb_l(s, wchar, &mbs, loc)) == (size_t)-1) in wctomb_l()
|
/titanic_41/usr/src/head/ |
H A D | xlocale.h | 87 extern size_t wcrtomb_l(char *_RESTRICT_KYWD, wchar_t,
|
/titanic_41/usr/src/man/man3c/ |
H A D | Makefile | 1272 wcrtomb_l.3c \ 2302 wcrtomb_l.3c := LINKSRC = wcrtomb.3c
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 195 wcrtomb_l;
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 1342 link path=usr/share/man/man3c/wcrtomb_l.3c target=wcrtomb.3c
|