Home
last modified time | relevance | path

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

/external/libedit/examples/
Dwtc1.c64 int len, mblen, i; in complete() local
75 mblen = MB_LEN_MAX * len + 1; in complete()
76 buf = bptr = malloc(mblen); in complete()
84 mblen = bptr - buf; in complete()
88 if (mblen > strlen(dp->d_name)) in complete()
90 if (strncmp(dp->d_name, buf, mblen) == 0) { in complete()
91 mbstowcs(dir, &dp->d_name[mblen], in complete()
/external/libcxx/include/
Dcstdlib72 int mblen(const char* s, size_t n);
151 using ::mblen;
/external/bison/m4/
Dlocale-zh.m473 if (mblen ("\203\062\332\066", 5) != 4)
122 # If there was a link error, due to mblen(), the system is so old that
/external/libcxx/test/std/depr/depr.c.headers/
Dstdlib_h.pass.cpp78 static_assert((std::is_same<decltype(mblen("",0)), int>::value), ""); in main()
/external/libcxx/test/std/language.support/support.runtime/
Dcstdlib.pass.cpp94 static_assert((std::is_same<decltype(std::mblen("",0)), int>::value), ""); in main()
/external/libxml2/
Dtrio.c1234 (void)mblen(NULL, 0);
1246 charlen = mblen(&format[index], MB_LEN_MAX);
2558 (void)mblen(NULL, 0);
3107 (void)mblen(NULL, 0);
3115 charlen = mblen(&format[index], MB_LEN_MAX);
5714 while ((j < (int)sizeof(buffer)) && (mblen(buffer, (size_t)j) != j));
5750 (void)mblen(NULL, 0);
6076 (void)mblen(NULL, 0);
6084 charlen = mblen(&format[index], MB_LEN_MAX);
/external/bison/lib/
Dvasnprintf.c2512 count = mblen (arg_end, MB_CUR_MAX); in VASNPRINTF()
2548 count = mblen (arg_end, MB_CUR_MAX); in VASNPRINTF()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2252 fun:mblen=uninstrumented
/external/valgrind/perf/
Dtest_input_for_tinycc.c884 extern int mblen (__const char *__s, size_t __n) __attribute__ ((__nothrow__));
/external/bison/
Dconfigure17615 if (mblen ("\203\062\332\066", 5) != 4)
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
Dlibc-2.13.so.sym232 PUBLIC 42030 0 mblen