Home
last modified time | relevance | path

Searched refs:mbtowc (Results 1 – 25 of 30) sorted by relevance

12

/dragonfly/lib/libc/locale/
HDmbtowc.c49 locale->mbtowc = initial; in mbtowc_l()
52 rval = XLOCALE_CTYPE(locale)->__mbrtowc(pwc, s, n, &locale->mbtowc); in mbtowc_l()
64 mbtowc(wchar_t * __restrict pwc, const char * __restrict s, size_t n) in mbtowc() function
HDMakefile.inc13 mbsrtowcs.c mbtowc.c mbstowcs.c \
41 mbsrtowcs.3 mbstowcs.3 mbtowc.3 multibyte.3 \
136 MLINKS+=mbtowc.3 mbtowc_l.3
HDxlocale_private.h149 __mbstate_t mbtowc; member
HDSymbol.map140 mbtowc;
/dragonfly/contrib/ncurses/ncurses/widechar/
HDcharable.c77 if (mbtowc(&convert, temp, 1) >= 0) in _nc_to_widechar()
82 #error expected either btowc/mbtowc in _nc_to_widechar()
/dragonfly/gnu/usr.bin/grep/libgreputils/
HDstdlib.h821 # undef mbtowc
822 # define mbtowc rpl_mbtowc
824 _GL_FUNCDECL_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n));
825 _GL_CXXALIAS_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n));
828 _GL_FUNCDECL_SYS (mbtowc, int, (wchar_t *pwc, const char *s, size_t n));
830 _GL_CXXALIAS_SYS (mbtowc, int, (wchar_t *pwc, const char *s, size_t n));
833 _GL_CXXALIASWARN (mbtowc);
836 # undef mbtowc
838 _GL_WARN_ON_USE (mbtowc, "mbtowc is not portable - "
/dragonfly/crypto/openssh/
HDutf8.c139 if ((len = mbtowc(&wc, sp, MB_CUR_MAX)) == -1) { in vasnmprintf()
140 (void)mbtowc(NULL, NULL, MB_CUR_MAX); in vasnmprintf()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_compatibility/
Dstdlib.h55 using std::mbtowc;
/dragonfly/contrib/grep/
HDREADME.DELETED98 lib/mbtowc-impl.h
99 lib/mbtowc.c
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_std/
Dcstdlib85 #undef mbtowc
122 using ::mbtowc;
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_global/
Dcstdlib86 #undef mbtowc
123 using ::mbtowc;
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/c_global/
Dcstdlib104 #undef mbtowc
155 using ::mbtowc;
/dragonfly/contrib/libarchive/tar/
HDutil.c151 if (mbtowc(NULL, NULL, 1) == -1) { /* Reset the shift state. */ in safe_fprintf()
166 if (try_wc && (n = mbtowc(&wc, p, length)) != -1) { in safe_fprintf()
/dragonfly/include/
HDstdlib.h111 int mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
/dragonfly/lib/libssh/openbsd-compat/
HDopenbsd-compat.h270 int mbtowc(wchar_t *, const char*, size_t);
HDbsd-misc.c368 mbtowc(wchar_t *pwc, const char *s, size_t n) in mbtowc() function
/dragonfly/contrib/tre/lib/
HDtre-internal.h39 #define tre_mbrtowc(pwc, s, n, ps) (mbtowc((pwc), (s), (n)))
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDcfns.gperf138 mbtowc keyword
/dragonfly/contrib/tcsh-6/
HDtc.str.c134 ret = mbtowc(&tmp, s, n);
HDsh.h108 #define reset_mbtowc() TCSH_IGNORE(mbtowc(NULL, NULL, 0))
/dragonfly/contrib/ncurses/ncurses/
HDcurses.priv.h2356 #define mbtowc(pwc,s,n) _nc_mbtowc(pwc,s,n) macro
2364 #define reset_mbytes(state) IGNORE_RC(mblen(NULL, (size_t) 0)), IGNORE_RC(mbtowc(NULL, NULL, (size_…
2367 (int) mbtowc(&wch, buffer, length)
/dragonfly/contrib/libarchive/libarchive/
HDarchive_string.c638 r = mbtowc(wcs, mbs, mbs_length); in archive_wstring_append_from_mbs()
2194 mbtowc(NULL, NULL, 0); in invalid_mbs()
2202 r = mbtowc(&wc, p, n); in invalid_mbs()
/dragonfly/usr.bin/sort/
HDsort.c332 res = mbtowc(wc, c, MB_CUR_MAX); in conv_mbtowc()
/dragonfly/bin/sh/
HDexpand.c1220 chrlen = mbtowc(&c, *p, 4); in get_wc()
/dragonfly/contrib/awk/
HDrun.c1998 (void) mbtowc(NULL, NULL, 0); /* reset internal state */ in nawk_convert()
2010 while (n = mbtowc(&wc, ps, sz), in nawk_convert()

12