Home | History | Annotate | Download | only in lib

Lines Matching full:strspn

504 /* strspn() assumes the second argument is a list of single-byte characters.
506 # undef strspn
507 /* Assume strspn is always declared. */
508 _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings "
892 Unlike strspn(), this function works correctly in multibyte locales. */