Searched refs:mblen (Results 1 - 10 of 10) sorted by relevance

/external/libedit/examples/
H A Dwtc1.c64 int len, mblen, i; local
75 mblen = MB_LEN_MAX * len + 1;
76 buf = bptr = malloc(mblen);
84 mblen = bptr - buf;
88 if (mblen > strlen(dp->d_name))
90 if (strncmp(dp->d_name, buf, mblen) == 0) {
91 mbstowcs(dir, &dp->d_name[mblen],
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdlib_h.pass.cpp74 static_assert((std::is_same<decltype(mblen("",0)), int>::value), "");
/external/openssh/openbsd-compat/
H A Dopenbsd-compat.h224 # define mblen(x, y) 1 macro
/external/libcxx/test/std/language.support/support.runtime/
H A Dcstdlib.pass.cpp78 static_assert((std::is_same<decltype(std::mblen("",0)), int>::value), "");
/external/openssh/
H A Dsftp.c1896 if ((clen = mblen(tmp2 + i, len - i)) < 0 ||
H A Dconfigure16498 mblen \
/external/bison/lib/
H A Dvasnprintf.c2512 count = mblen (arg_end, MB_CUR_MAX);
2548 count = mblen (arg_end, MB_CUR_MAX);
2605 not consistent with mblen. */
2630 not consistent with mblen. */
/external/libvncserver/x11vnc/
H A Dnox11.h858 #define mblen(a,b) _Xmblen(a,b) macro
/external/valgrind/perf/
H A Dtest_input_for_tinycc.c884 extern int mblen (__const char *__s, size_t __n) __attribute__ ((__nothrow__));
/external/bison/
H A Dconfigure17615 if (mblen ("\203\062\332\066", 5) != 4)
17668 # If there was a link error, due to mblen(), the system is so old that

Completed in 514 milliseconds