Home | History | Annotate | Download | only in Include

Lines Matching refs:wcsncat

95       wchar_t  *wcsncat   (wchar_t * __restrict s1,

1168 /** The wcsncat function appends not more than n wide characters (a null wide
1174 @return The wcsncat function returns the value of Dest.
1176 wchar_t *wcsncat(wchar_t * __restrict Dest, const wchar_t * __restrict Src, size_t n);