Searched refs:wmemset (Results 1 – 9 of 9) 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/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/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/m4/ |
D | wchar_h.m4 | 53 wcsrtombs wcsnrtombs wcwidth wmemchr wmemcmp wmemcpy wmemmove wmemset
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 452 INTERCEPTOR(wchar_t *, wmemset, wchar_t *s, wchar_t c, SIZE_T n) { in INTERCEPTOR() argument 1187 INTERCEPT_FUNCTION(wmemset); in InitializeInterceptors()
|
/external/bison/ |
D | configure | 33750 …rtomb wcsrtombs wcsnrtombs wcwidth wmemchr wmemcmp wmemcpy wmemmove wmemset wcslen wcsnl…
|