poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / strspn.texi
blobee70dfc1e4180c709116939787b5ba50ed00295d
1 @node strspn
2 @section @code{strspn}
3 @findex strspn
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/strspn.html}
7 Gnulib module: ---
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This function cannot work correctly on character strings in multibyte locales.
17 Gnulib provides an alternative function @code{mbsspn} that works on character
18 strings in all locales.
19 @end itemize