Home
last modified time | relevance | path

Searched refs:mblen (Results 1 – 22 of 22) sorted by relevance

/dragonfly/lib/libc/locale/
HDmblen.c48 locale->mblen = initial; in mblen_l()
51 rval = XLOCALE_CTYPE(locale)->__mbrtowc(NULL, s, n, &locale->mblen); in mblen_l()
58 mblen(const char *s, size_t n) in mblen() function
HDMakefile.inc10 ldpart.c lmessages.c lmonetary.c lnumeric.c localeconv.c mblen.c \
37 localeconv.3 mblen.3 mbrlen.3 \
124 MLINKS+=mblen.3 mblen_l.3
HDxlocale_private.h135 __mbstate_t mblen; member
HDSymbol.map122 mblen;
/dragonfly/contrib/tcsh-6/
HDglob.c63 #undef mblen
64 #define mblen(_s,_n) mbrlen((_s),(_n),NULL) macro
336 len = mblen((const char *)(patnext - 1), MB_LEN_MAX); in glob()
338 TCSH_IGNORE(mblen(NULL, 0)); in glob()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_compatibility/
Dstdlib.h53 using std::mblen;
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_std/
Dcstdlib83 #undef mblen
120 using ::mblen;
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_global/
Dcstdlib84 #undef mblen
121 using ::mblen;
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/c_global/
Dcstdlib102 #undef mblen
153 using ::mblen;
/dragonfly/include/
HDstdlib.h109 int mblen(const char *, size_t);
/dragonfly/lib/libssh/openbsd-compat/
HDopenbsd-compat.h254 # define mblen(x, y) (1) macro
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDcfns.gperf132 mblen keyword
/dragonfly/contrib/ncurses/ncurses/
HDcurses.priv.h2359 #define mblen(s,n) _nc_mblen(s, n) macro
2364 #define reset_mbytes(state) IGNORE_RC(mblen(NULL, (size_t) 0)), IGNORE_RC(mbtowc(NULL, NULL, (size_…
2365 #define count_mbytes(buffer,length,state) mblen(buffer,length)
/dragonfly/contrib/cvs-1.12/lib/
HDstrftime.c68 # define mbrlen(s, n, ps) mblen (s, n)
/dragonfly/tools/regression/lib/libc-regex/
HDtestregex.c633 if ((w = mblen(s, (char*)e - s)) > 1) in quote()
/dragonfly/lib/libncurses/include/
HDcurses.head402 #ifdef mblen /* libutf8.h defines it w/o undefining first */
403 #undef mblen
/dragonfly/crypto/openssh/
HDsftp.c2077 if ((clen = mblen(tmp2 + i, len - i)) < 0 || in complete_match()
HDconfig.h.in941 /* Define to 1 if you have the `mblen' function. */
HDconfigure.ac2027 AC_CHECK_FUNCS([mblen mbtowc nl_langinfo wcwidth])
HDconfig.log12750 configure:16738: checking for mblen
/dragonfly/gnu/usr.bin/cvs/lib/
HDconfig.h.proto449 /* Define to 1 if you have the `mblen' function. */
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDinvoke.texi19871 compiler will use mblen and mbtowc as defined by the default locale to