Searched refs:mblen (Results 1 – 11 of 11) sorted by relevance
/external/libedit/examples/ |
D | wtc1.c | 64 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/ |
D | cstdlib | 72 int mblen(const char* s, size_t n); 151 using ::mblen;
|
/external/bison/m4/ |
D | locale-zh.m4 | 73 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/ |
D | stdlib_h.pass.cpp | 78 static_assert((std::is_same<decltype(mblen("",0)), int>::value), ""); in main()
|
/external/libcxx/test/std/language.support/support.runtime/ |
D | cstdlib.pass.cpp | 94 static_assert((std::is_same<decltype(std::mblen("",0)), int>::value), ""); in main()
|
/external/libxml2/ |
D | trio.c | 1234 (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/ |
D | vasnprintf.c | 2512 count = mblen (arg_end, MB_CUR_MAX); in VASNPRINTF() 2548 count = mblen (arg_end, MB_CUR_MAX); in VASNPRINTF()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2252 fun:mblen=uninstrumented
|
/external/valgrind/perf/ |
D | test_input_for_tinycc.c | 884 extern int mblen (__const char *__s, size_t __n) __attribute__ ((__nothrow__));
|
/external/bison/ |
D | configure | 17615 if (mblen ("\203\062\332\066", 5) != 4)
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 232 PUBLIC 42030 0 mblen
|