Searched refs:mblen (Results 1 – 12 of 12) sorted by relevance
/external/libcxx/include/ |
D | cstdlib | 72 int mblen(const char* s, size_t n); 149 using ::mblen;
|
/external/openssh/openbsd-compat/ |
D | openbsd-compat.h | 230 # define mblen(x, y) (1) macro
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdlib_h.pass.cpp | 115 static_assert((std::is_same<decltype(mblen("",0)), int>::value), ""); in main()
|
/external/libcxx/test/std/language.support/support.runtime/ |
D | cstdlib.pass.cpp | 107 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/openssh/ |
D | sftp.c | 1922 if ((clen = mblen(tmp2 + i, len - i)) < 0 || in complete_match()
|
D | config.h.in | 772 /* Define to 1 if you have the `mblen' function. */
|
D | configure.ac | 1790 AC_CHECK_FUNCS([mblen mbtowc nl_langinfo wcwidth])
|
D | ChangeLog | 8796 Put brackets around mblen() compat constant.
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2252 fun:mblen=uninstrumented
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/NVPTX/ |
D | debug-info.ll | 8757 !334 = !DISubprogram(name: "mblen", scope: !254, file: !254, line: 863, type: !335, isLocal: false,…
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 232 PUBLIC 42030 0 mblen
|