Home
last modified time | relevance | path

Searched refs:mbrtowc_l (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/lib/libc/port/locale/
H A Dfnmatch.c98 pclen = mbrtowc_l(&pc, pattern, MB_LEN_MAX, &patmbs, loc); in fnmatch1()
102 sclen = mbrtowc_l(&sc, string, MB_LEN_MAX, &strmbs, loc); in fnmatch1()
155 sclen = mbrtowc_l(&sc, string, MB_LEN_MAX, in fnmatch1()
193 pclen = mbrtowc_l(&pc, pattern, MB_LEN_MAX, in fnmatch1()
258 pclen = mbrtowc_l(&c, pattern, MB_LEN_MAX, patmbs, loc); in rangematch()
271 pclen = mbrtowc_l(&c2, pattern, MB_LEN_MAX, patmbs, in rangematch()
H A Dmbrtowc.c36 mbrtowc_l(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, in mbrtowc_l() function
50 return (mbrtowc_l(pwc, s, n, ps, uselocale(NULL))); in mbrtowc()
H A Dbtowc.c52 if (mbrtowc_l(&wc, &cc, 1, &mbs, loc) > 1) in btowc_l()
H A Dmblen.c47 rval = mbrtowc_l(NULL, s, n, &mbs, loc); in mblen_l()
H A Dmbrlen.c43 return (mbrtowc_l(NULL, s, n, ps, loc)); in mbrlen_l()
H A Dmbtowc.c47 rval = mbrtowc_l(pwc, s, n, &mbs, loc); in mbtowc_l()
/titanic_41/usr/src/head/
H A Dxlocale.h74 extern size_t mbrtowc_l(wchar_t *_RESTRICT_KYWD, const char *_RESTRICT_KYWD,
/titanic_41/usr/src/man/man3c/
H A DMakefile917 mbrtowc_l.3c \
1836 mbrtowc_l.3c := LINKSRC = mbrtowc.3c
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc917 link path=usr/share/man/man3c/mbrtowc_l.3c target=mbrtowc.3c