Searched refs:wmemset (Results 1 – 16 of 16) sorted by relevance
/external/stlport/stlport/stl/ |
D | _cwchar.h | 93 extern wchar_t *wmemset(); 314 # undef wmemset 317 inline wchar_t* wmemset(wchar_t* __wdst, wchar_t __wc, size_t __n) in wmemset() function 324 inline wchar_t* wmemset(wchar_t* __wdst, wchar_t __wc, size_t __n) in wmemset() function 328 using _STLP_VENDOR_CSTD::wmemset;
|
D | char_traits.h | 261 { return wmemset(__s, __c, __n); } in assign()
|
/external/bison/lib/ |
D | wchar.in.h | 546 _GL_FUNCDECL_SYS (wmemset, wchar_t *, (wchar_t *s, wchar_t c, size_t n)); 548 _GL_CXXALIAS_SYS (wmemset, wchar_t *, (wchar_t *s, wchar_t c, size_t n)); 549 _GL_CXXALIASWARN (wmemset); 551 # undef wmemset 553 _GL_WARN_ON_USE (wmemset, "wmemset is unportable - "
|
D | vasnprintf.c | 133 # define DCHAR_SET wmemset
|
/external/bison/linux-lib/ |
D | wchar.h | 858 _GL_FUNCDECL_SYS (wmemset, wchar_t *, (wchar_t *s, wchar_t c, size_t n)); 860 _GL_CXXALIAS_SYS (wmemset, wchar_t *, (wchar_t *s, wchar_t c, size_t n)); 861 _GL_CXXALIASWARN (wmemset); 863 # undef wmemset 865 _GL_WARN_ON_USE (wmemset, "wmemset is unportable - "
|
/external/bison/darwin-lib/ |
D | wchar.h | 858 _GL_FUNCDECL_SYS (wmemset, wchar_t *, (wchar_t *s, wchar_t c, size_t n)); 860 _GL_CXXALIAS_SYS (wmemset, wchar_t *, (wchar_t *s, wchar_t c, size_t n)); 861 _GL_CXXALIASWARN (wmemset); 863 # undef wmemset 865 _GL_WARN_ON_USE (wmemset, "wmemset is unportable - "
|
/external/libcxx/include/ |
D | cwchar | 88 wchar_t* wmemset(wchar_t* s, wchar_t c, size_t n); 204 using ::wmemset;
|
D | string | 726 {return (char_type*)wmemset(__s, __a, __n);}
|
/external/libcxx/test/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 94 static_assert((std::is_same<decltype(wmemset(ws, L' ', s)), wchar_t*>::value), ""); in main()
|
/external/libcxx/test/strings/c.strings/ |
D | cwchar.pass.cpp | 99 static_assert((std::is_same<decltype(std::wmemset(ws, L' ', s)), wchar_t*>::value), ""); in main()
|
/external/ltrace/testsuite/ltrace.minor/ |
D | wchar.exp | 141 { wchar_t *ptr = NULL; wmemset(wcstok(wbuf, L" ", &ptr), L'я', 5); }
|
/external/bison/m4/ |
D | wchar_h.m4 | 53 wcsrtombs wcsnrtombs wcwidth wmemchr wmemcmp wmemcpy wmemmove wmemset
|
/external/ltrace/etc/ |
D | libc.so.conf | 525 wstring3_t wmemset(addr, wchar_t, ulong);
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 537 INTERCEPTOR(wchar_t *, wmemset, wchar_t *s, wchar_t c, SIZE_T n) { in INTERCEPTOR() argument 1501 INTERCEPT_FUNCTION(wmemset); in InitializeInterceptors()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1204_abilist.txt | 3551 fun:wmemset=uninstrumented
|
/external/bison/ |
D | configure | 33750 …rtomb wcsrtombs wcsnrtombs wcwidth wmemchr wmemcmp wmemcpy wmemmove wmemset wcslen wcsnl…
|