Home | History | Annotate | Download | only in darwin-lib

Lines Matching defs:wmemset

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 - "
866 "use gnulib module wmemset for portability");