Searched defs:wmemset (Results 1 - 3 of 3) sorted by relevance

/external/stlport/stlport/stl/
H A D_cwchar.h93 extern wchar_t *wmemset();
314 # undef wmemset macro
317 inline wchar_t* wmemset(wchar_t* __wdst, wchar_t __wc, size_t __n) function
324 inline wchar_t* wmemset(wchar_t* __wdst, wchar_t __wc, size_t __n)
328 using _STLP_VENDOR_CSTD::wmemset;
/external/bison/darwin-lib/
H A Dwchar.h858 _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 macro
865 _GL_WARN_ON_USE (wmemset, "wmemset is unportable - "
866 "use gnulib module wmemset for portability");
/external/bison/linux-lib/
H A Dwchar.h858 _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 macro
865 _GL_WARN_ON_USE (wmemset, "wmemset is unportable - "
866 "use gnulib module wmemset for portability");

Completed in 150 milliseconds