Searched refs:mblen (Results 1 – 25 of 33) sorted by relevance
12
/external/libcxx/include/ |
D | cstdlib | 72 int mblen(const char* s, size_t n); 149 using ::mblen;
|
/external/llvm-project/libcxx/include/ |
D | cstdlib | 71 int mblen(const char* s, size_t n); 148 using ::mblen;
|
/external/openssh/openbsd-compat/ |
D | openbsd-compat.h | 252 # 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/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | stdlib_h.pass.cpp | 164 static_assert((std::is_same<decltype(mblen("",0)), int>::value), ""); in main()
|
/external/llvm-project/libcxx/test/std/language.support/support.runtime/ |
D | cstdlib.pass.cpp | 155 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/one-true-awk/ |
D | lib.c | 371 n = mblen(r, MB_LEN_MAX); in fldbld()
|
/external/openssh/ |
D | sftp.c | 2043 if ((clen = mblen(tmp2 + i, len - i)) < 0 || in complete_match()
|
D | configure.ac | 1889 AC_CHECK_FUNCS([mblen mbtowc nl_langinfo wcwidth])
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | CSymbolMap.inc | 621 SYMBOL(mblen, None, <stdlib.h>)
|
D | StdSymbolMap.inc | 759 SYMBOL(mblen, std::, <cstdlib>)
|
/external/llvm-project/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2252 fun:mblen=uninstrumented
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2252 fun:mblen=uninstrumented
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | PR22015-libboost_iostreams.so.abi | 2213 …<function-decl name='mblen' filepath='/usr/include/stdlib.h' line='862' column='1' visibility='def…
|
D | PR22122-libftdc.so.abi | 1417 …<function-decl name='mblen' filepath='/usr/include/stdlib.h' line='862' column='1' visibility='def…
|
D | test9-pr18818-clang.so.abi | 933 …<function-decl name='mblen' filepath='/usr/include/stdlib.h' line='862' column='1' visibility='def…
|
D | test10-pr18818-gcc.so.abi | 1263 …<function-decl name='mblen' filepath='/usr/include/stdlib.h' line='862' column='1' visibility='def…
|
D | test18-pr19037-libvtkRenderingLIC-6.1.so.abi | 3190 …<function-decl name='mblen' filepath='/usr/include/stdlib.h' line='860' column='1' visibility='def…
|
/external/llvm-project/llvm/test/DebugInfo/NVPTX/ |
D | debug-info.ll | 8767 !334 = !DISubprogram(name: "mblen", scope: !254, file: !254, line: 863, type: !335, isLocal: false,…
|
/external/libabigail/tests/data/test-annotate/ |
D | test18-pr19037-libvtkRenderingLIC-6.1.so.abi | 5225 <!-- int mblen(const char*, size_t) --> 5226 …<function-decl name='mblen' filepath='/usr/include/stdlib.h' line='860' column='1' visibility='def…
|
D | test19-pr19023-libtcmalloc_and_profiler.so.abi | 22088 <!-- int mblen(const char*, size_t) --> 22089 …<function-decl name='mblen' filepath='/usr/include/stdlib.h' line='860' column='1' visibility='def…
|
D | test20-pr19025-libvtkParallelCore-6.1.so.abi | 6904 <!-- int mblen(const char*, size_t) --> 6905 …<function-decl name='mblen' filepath='/usr/include/stdlib.h' line='860' column='1' visibility='def…
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 232 PUBLIC 42030 0 mblen
|
12