/external/bison/lib/ |
D | stdlib.in.h | 298 # undef mbtowc 299 # define mbtowc rpl_mbtowc 301 _GL_FUNCDECL_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n)); 302 _GL_CXXALIAS_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n)); 304 _GL_CXXALIAS_SYS (mbtowc, int, (wchar_t *pwc, const char *s, size_t n)); 306 _GL_CXXALIASWARN (mbtowc);
|
D | mbrtowc.c | 97 mbtowc (NULL, NULL, 0); in mbrtowc() 100 int res = mbtowc (pwc, p, m); in mbrtowc()
|
D | vasnprintf.c | 2601 count = mbtowc (&wc, arg, arg_end - arg); in VASNPRINTF() 2626 count = mbtowc (&wc, arg, arg_end - arg); in VASNPRINTF()
|
/external/bison/linux-lib/ |
D | stdlib.h | 620 # undef mbtowc 621 # define mbtowc rpl_mbtowc 623 _GL_FUNCDECL_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n)); 624 _GL_CXXALIAS_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n)); 626 _GL_CXXALIAS_SYS (mbtowc, int, (wchar_t *pwc, const char *s, size_t n)); 628 _GL_CXXALIASWARN (mbtowc);
|
/external/bison/darwin-lib/ |
D | stdlib.h | 620 # undef mbtowc 621 # define mbtowc rpl_mbtowc 623 _GL_FUNCDECL_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n)); 624 _GL_CXXALIAS_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n)); 626 _GL_CXXALIAS_SYS (mbtowc, int, (wchar_t *pwc, const char *s, size_t n)); 628 _GL_CXXALIASWARN (mbtowc);
|
/external/libedit/src/ |
D | chartype.h | 67 #define ct_mbtowc mbtowc 68 #define ct_mbtowc_reset mbtowc(0,0,(size_t)0)
|
D | vis.c | 409 clen = mbtowc(src, mbsrc, MB_LEN_MAX); in istrsenvisx()
|
/external/libcxx/include/ |
D | cstdlib | 73 int mbtowc(wchar_t* restrict pwc, const char* restrict s, size_t n); 152 using ::mbtowc;
|
D | __config | 764 // Thread-unsafe functions such as strtok(), mbtowc() and localtime()
|
D | locale | 333 return mbtowc(__pwc, __pmb, __max);
|
/external/bison/m4/ |
D | mbrtowc.m4 | 161 dnl Test whether mbrtowc works not worse than mbtowc. 169 AC_CACHE_CHECK([whether mbrtowc works as well as mbtowc], 200 mbtowc returns 4 (correct) and sets wc to 0x5EDC. */ 209 && mbtowc (&wc, input + 3, 6) == 4)
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdlib_h.pass.cpp | 79 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 | 95 static_assert((std::is_same<decltype(std::mbtowc(pw,"",0)), int>::value), ""); in main()
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 569 INTERCEPTOR(int, mbtowc, wchar_t *dest, const char *src, SIZE_T n) { in INTERCEPTOR() argument 571 int res = REAL(mbtowc)(dest, src, n); in INTERCEPTOR() 1593 INTERCEPT_FUNCTION(mbtowc); in InitializeInterceptors()
|
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/lib/linux/ |
D | libclang_rt.msan-x86_64.a.syms | 1383 mbtowc;
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1975 TEST(MemorySanitizer, mbtowc) { in TEST() argument 1978 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/bison/ |
D | configure | 25006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc works as well as mbtowc" >&5 25007 $as_echo_n "checking whether mbrtowc works as well as mbtowc... " >&6; } 25649 mbtowc returns 4 (correct) and sets wc to 0x5EDC. */ 25658 && mbtowc (&wc, input + 3, 6) == 4)
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2261 fun:mbtowc=uninstrumented
|
/external/valgrind/perf/ |
D | test_input_for_tinycc.c | 887 extern int mbtowc (wchar_t *__restrict __pwc,
|
/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
|