Home
last modified time | relevance | path

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

12

/external/libcxx/include/
Dcstdlib72 int mblen(const char* s, size_t n);
149 using ::mblen;
/external/llvm-project/libcxx/include/
Dcstdlib71 int mblen(const char* s, size_t n);
148 using ::mblen;
/external/openssh/openbsd-compat/
Dopenbsd-compat.h252 # define mblen(x, y) (1) macro
/external/libcxx/test/std/depr/depr.c.headers/
Dstdlib_h.pass.cpp115 static_assert((std::is_same<decltype(mblen("",0)), int>::value), ""); in main()
/external/libcxx/test/std/language.support/support.runtime/
Dcstdlib.pass.cpp107 static_assert((std::is_same<decltype(std::mblen("",0)), int>::value), ""); in main()
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dstdlib_h.pass.cpp164 static_assert((std::is_same<decltype(mblen("",0)), int>::value), ""); in main()
/external/llvm-project/libcxx/test/std/language.support/support.runtime/
Dcstdlib.pass.cpp155 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/one-true-awk/
Dlib.c371 n = mblen(r, MB_LEN_MAX); in fldbld()
/external/openssh/
Dsftp.c2043 if ((clen = mblen(tmp2 + i, len - i)) < 0 || in complete_match()
Dconfigure.ac1889 AC_CHECK_FUNCS([mblen mbtowc nl_langinfo wcwidth])
/external/llvm-project/clang-tools-extra/clangd/
DCSymbolMap.inc621 SYMBOL(mblen, None, <stdlib.h>)
DStdSymbolMap.inc759 SYMBOL(mblen, std::, <cstdlib>)
/external/llvm-project/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2252 fun:mblen=uninstrumented
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2252 fun:mblen=uninstrumented
/external/libabigail/tests/data/test-read-dwarf/
DPR22015-libboost_iostreams.so.abi2213 …<function-decl name='mblen' filepath='/usr/include/stdlib.h' line='862' column='1' visibility='def…
DPR22122-libftdc.so.abi1417 …<function-decl name='mblen' filepath='/usr/include/stdlib.h' line='862' column='1' visibility='def…
Dtest9-pr18818-clang.so.abi933 …<function-decl name='mblen' filepath='/usr/include/stdlib.h' line='862' column='1' visibility='def…
Dtest10-pr18818-gcc.so.abi1263 …<function-decl name='mblen' filepath='/usr/include/stdlib.h' line='862' column='1' visibility='def…
Dtest18-pr19037-libvtkRenderingLIC-6.1.so.abi3190 …<function-decl name='mblen' filepath='/usr/include/stdlib.h' line='860' column='1' visibility='def…
/external/llvm-project/llvm/test/DebugInfo/NVPTX/
Ddebug-info.ll8767 !334 = !DISubprogram(name: "mblen", scope: !254, file: !254, line: 863, type: !335, isLocal: false,…
/external/libabigail/tests/data/test-annotate/
Dtest18-pr19037-libvtkRenderingLIC-6.1.so.abi5225 <!-- int mblen(const char*, size_t) -->
5226 …<function-decl name='mblen' filepath='/usr/include/stdlib.h' line='860' column='1' visibility='def…
Dtest19-pr19023-libtcmalloc_and_profiler.so.abi22088 <!-- int mblen(const char*, size_t) -->
22089 …<function-decl name='mblen' filepath='/usr/include/stdlib.h' line='860' column='1' visibility='def…
Dtest20-pr19025-libvtkParallelCore-6.1.so.abi6904 <!-- 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/
Dlibc-2.13.so.sym232 PUBLIC 42030 0 mblen

12