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

Lines Matching full:maxlen

887 /* Return the number of wide characters in S, but at most MAXLEN.  */
890 _GL_FUNCDECL_SYS (wcsnlen, size_t, (const wchar_t *s, size_t maxlen)
893 _GL_CXXALIAS_SYS (wcsnlen, size_t, (const wchar_t *s, size_t maxlen));