Home
last modified time | relevance | path

Searched refs:mbrtowc (Results 1 – 25 of 70) sorted by relevance

123

/openbsd/gnu/llvm/libcxx/src/support/ibm/
H A Dmbsnrtowcs.cpp49 result = mbrtowc(NULL, *src + source_converted, source_remaining, ps); in mbsnrtowcs()
52 result = mbrtowc(dst + dest_converted, *src + source_converted, source_remaining, ps); in mbsnrtowcs()
66 result = mbrtowc(buff, *src + source_converted, source_remaining, ps); in mbsnrtowcs()
/openbsd/distrib/special/libstubs/
H A Dmbrtowc_sb.c37 mbrtowc(wchar_t *pwc, const char *s, size_t n, mbstate_t *ps) in mbrtowc() function
60 return mbrtowc(pwc, s, n, NULL); in mbtowc()
/openbsd/gnu/lib/libreadline/
H A Dmbutil.c99 tmp = mbrtowc (&wc, string+point, strlen(string + point), &ps);
129 tmp = mbrtowc (&wc, string + point, strlen (string + point), &ps);
133 tmp = mbrtowc (&wc, string + point, strlen (string + point), &ps);
162 tmp = mbrtowc (&wc, string + point, length - point, &ps);
H A Drlmbutil.h48 # define mbrtowc(pwc, s, n, ps) (mbrtowc) (pwc, s, n, 0) macro
/openbsd/lib/libc/locale/
H A Dmultibyte_citrus.c47 mbrtowc(wchar_t *pwc, const char *s, size_t n, mbstate_t *ps) in mbrtowc() function
57 DEF_STRONG(mbrtowc);
H A Dmbrtoc32.c17 return mbrtowc(pc32, s, n, ps); in mbrtoc32()
H A Dmbrlen.c38 return (mbrtowc(NULL, s, n, ps)); in mbrlen()
H A Dbtowc.c49 if (mbrtowc(&wc, &cc, 1, &mbs) > 1) in btowc()
H A Dmblen.c44 rval = mbrtowc(NULL, s, n, &mbs); in mblen()
H A Dmbtowc.c46 rval = mbrtowc(pwc, s, n, &mbs); in mbtowc()
H A Dmbrtoc16.c86 rv = mbrtowc(&wc, s, n, ps); in mbrtoc16()
H A DMakefile.inc21 btowc.3 c16rtomb.3 MB_CUR_MAX.3 mblen.3 mbrlen.3 mbrtoc16.3 mbrtowc.3 \
/openbsd/gnu/gcc/libstdc++-v3/config/locale/generic/
H A Dcodecvt_members.cc124 size_t __conv = mbrtowc(__to, __from, __from_end - __from, in do_in()
190 size_t __conv = mbrtowc(NULL, __from, __end - __from, &__tmp_state); in do_length()
/openbsd/lib/libcurses/base/
H A Dlib_slkset.c89 need = mbrtowc(0, p, strlen(p), &state); in NCURSES_EXPORT()
92 mbrtowc(&wc, p, need, &state); in NCURSES_EXPORT()
/openbsd/regress/lib/libc/locale/check_isw/
H A Dcheck_isw.c100 mbrtowc(NULL, NULL, 1, &state); in test2()
103 while ((n = mbrtowc(&c, s+j, 256-j, &state)) == 1) { in test2()
/openbsd/regress/lib/libc/locale/
H A DMakefile3 SUBDIR = check_isw mbrtowc setlocale uselocale wcrtomb
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cwchar.h86 #undef mbrtowc
148 using ::mbrtowc;
/openbsd/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cwchar.h88 #undef mbrtowc
159 using ::mbrtowc;
/openbsd/lib/libc/stdio/
H A Dfgetwc.c70 size = mbrtowc(&wc, &c, 1, st); in __fgetwc_unlock()
H A Dvfscanf.c358 nconv = mbrtowc(wcp, buf, n, &mbs); in __svfscanf()
440 nconv = mbrtowc(wcp, buf, n, &mbs); in __svfscanf()
544 nconv = mbrtowc(wcp, buf, n, &mbs); in __svfscanf()
/openbsd/gnu/gcc/libstdc++-v3/config/locale/gnu/
H A Dcodecvt_members.cc157 __conv = mbrtowc(__to_next, __from, __from_end - __from, in do_in()
273 __conv = mbrtowc(NULL, __from, __end - __from, in do_length()
/openbsd/gnu/llvm/libcxx/src/support/solaris/
H A Dxlocale.cpp59 return mbrtowc(__pwc, __pmb, __max, __ps); in mbrtowc_l()
/openbsd/regress/lib/libc/locale/mbrtowc/
H A Dtest_mbrtowc.c35 sz = mbrtowc(&wc, in, insz, &mbs); in onetest()
/openbsd/lib/libc/hidden/
H A Dwchar.h34 PROTO_NORMAL(mbrtowc);
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dwchar.h64 using std::mbrtowc;

123