Searched refs:mbrtowc_l (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | fnmatch.c | 98 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 D | mbrtowc.c | 36 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 D | btowc.c | 52 if (mbrtowc_l(&wc, &cc, 1, &mbs, loc) > 1) in btowc_l()
|
H A D | mblen.c | 47 rval = mbrtowc_l(NULL, s, n, &mbs, loc); in mblen_l()
|
H A D | mbrlen.c | 43 return (mbrtowc_l(NULL, s, n, ps, loc)); in mbrlen_l()
|
H A D | mbtowc.c | 47 rval = mbrtowc_l(pwc, s, n, &mbs, loc); in mbtowc_l()
|
/titanic_41/usr/src/head/ |
H A D | xlocale.h | 74 extern size_t mbrtowc_l(wchar_t *_RESTRICT_KYWD, const char *_RESTRICT_KYWD,
|
/titanic_41/usr/src/man/man3c/ |
H A D | Makefile | 917 mbrtowc_l.3c \ 1836 mbrtowc_l.3c := LINKSRC = mbrtowc.3c
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 917 link path=usr/share/man/man3c/mbrtowc_l.3c target=mbrtowc.3c
|