/external/openssh/ |
D | utf8.c | 134 if ((len = mbtowc(&wc, sp, MB_CUR_MAX)) == -1) { in vasnmprintf() 135 (void)mbtowc(NULL, NULL, MB_CUR_MAX); in vasnmprintf()
|
D | config.h.in | 775 /* Define to 1 if you have the `mbtowc' function. */
|
D | configure.ac | 1790 AC_CHECK_FUNCS([mblen mbtowc nl_langinfo wcwidth])
|
D | ChangeLog | 3503 and mbtowc. Based on advice from Ingo Schwarze.
|
/external/libcxx/include/ |
D | cstdlib | 73 int mbtowc(wchar_t* restrict pwc, const char* restrict s, size_t n); 150 using ::mbtowc;
|
D | __bsd_locale_fallbacks.h | 83 return mbtowc(__pwc, __pmb, __max); in __libcpp_mbtowc_l()
|
/external/toybox/toys/pending/ |
D | vi.c | 914 length = mbtowc(&wc, str, bytes); in utf8_lnw() 917 mbtowc(0,0,4); in utf8_lnw() 933 switch (mbtowc(&wc, str, bytes)) { in utf8_width() 935 mbtowc(0,0,4); in utf8_width()
|
/external/openssh/openbsd-compat/ |
D | openbsd-compat.h | 246 int mbtowc(wchar_t *, const char*, size_t);
|
D | bsd-misc.c | 291 mbtowc(wchar_t *pwc, const char *s, size_t n) in mbtowc() function
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdlib_h.pass.cpp | 116 static_assert((std::is_same<decltype(mbtowc(pw,"",0)), int>::value), ""); in main()
|
/external/libcxx/test/std/language.support/support.runtime/ |
D | cstdlib.pass.cpp | 108 static_assert((std::is_same<decltype(std::mbtowc(pw,"",0)), int>::value), ""); in main()
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 555 INTERCEPTOR(int, mbtowc, wchar_t *dest, const char *src, SIZE_T n) { in INTERCEPTOR() argument 557 int res = REAL(mbtowc)(dest, src, n); in INTERCEPTOR() 1541 INTERCEPT_FUNCTION(mbtowc); in InitializeInterceptors()
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1982 TEST(MemorySanitizer, mbtowc) { in TEST() argument 1985 int res = mbtowc(&wx, x, 3); in TEST()
|
/external/google-breakpad/src/tools/windows/dump_syms/testdata/ |
D | dump_syms_regtest64.sym | 248 FILE 7310 f:\dd\vctools\crt\crtw32\convert\mbtowc.c 3355 FUNC 8470 8 0 mbtowc
|
/external/libxml2/ |
D | trio.c | 5718 size = mbtowc(&wch, buffer, sizeof(buffer));
|
/external/libcxx/lib/abi/3.9/ |
D | x86_64-linux-gnu.abilist | 1928 {'type': 'FUNC', 'name': 'mbtowc@GLIBC_2.2.5'}
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2261 fun:mbtowc=uninstrumented
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/NVPTX/ |
D | debug-info.ll | 8769 !346 = !DISubprogram(name: "mbtowc", scope: !254, file: !254, line: 866, type: !347, isLocal: false…
|
/external/google-breakpad/src/processor/testdata/ |
D | module0.out | 6356 FILE 6355 f:\sp\vctools\crt_bld\self_x86\crt\src\mbtowc.c 14541 FUNC 12514 17 c mbtowc
|
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/ |
D | test_app.sym | 6356 FILE 6355 f:\sp\vctools\crt_bld\self_x86\crt\src\mbtowc.c 14541 FUNC 12514 17 c mbtowc
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 234 PUBLIC 420f0 0 mbtowc
|