Searched refs:mblen (Results 1 – 22 of 22) sorted by relevance
| /dragonfly/lib/libc/locale/ |
| HD | mblen.c | 48 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
|
| HD | Makefile.inc | 10 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
|
| HD | xlocale_private.h | 135 __mbstate_t mblen; member
|
| HD | Symbol.map | 122 mblen;
|
| /dragonfly/contrib/tcsh-6/ |
| HD | glob.c | 63 #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/ |
| D | stdlib.h | 53 using std::mblen;
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_std/ |
| D | cstdlib | 83 #undef mblen 120 using ::mblen;
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_global/ |
| D | cstdlib | 84 #undef mblen 121 using ::mblen;
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/c_global/ |
| D | cstdlib | 102 #undef mblen 153 using ::mblen;
|
| /dragonfly/include/ |
| HD | stdlib.h | 109 int mblen(const char *, size_t);
|
| /dragonfly/lib/libssh/openbsd-compat/ |
| HD | openbsd-compat.h | 254 # define mblen(x, y) (1) macro
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | cfns.gperf | 132 mblen keyword
|
| /dragonfly/contrib/ncurses/ncurses/ |
| HD | curses.priv.h | 2359 #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/ |
| HD | strftime.c | 68 # define mbrlen(s, n, ps) mblen (s, n)
|
| /dragonfly/tools/regression/lib/libc-regex/ |
| HD | testregex.c | 633 if ((w = mblen(s, (char*)e - s)) > 1) in quote()
|
| /dragonfly/lib/libncurses/include/ |
| HD | curses.head | 402 #ifdef mblen /* libutf8.h defines it w/o undefining first */ 403 #undef mblen
|
| /dragonfly/crypto/openssh/ |
| HD | sftp.c | 2077 if ((clen = mblen(tmp2 + i, len - i)) < 0 || in complete_match()
|
| HD | config.h.in | 941 /* Define to 1 if you have the `mblen' function. */
|
| HD | configure.ac | 2027 AC_CHECK_FUNCS([mblen mbtowc nl_langinfo wcwidth])
|
| HD | config.log | 12750 configure:16738: checking for mblen
|
| /dragonfly/gnu/usr.bin/cvs/lib/ |
| HD | config.h.proto | 449 /* Define to 1 if you have the `mblen' function. */
|
| /dragonfly/contrib/gcc-4.7/gcc/doc/ |
| HD | invoke.texi | 19871 compiler will use mblen and mbtowc as defined by the default locale to
|