poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / strrchr.texi
blob3f618cc57645f633bd0b7a8de087aea6387b46f4
1 @node strrchr
2 @section @code{strrchr}
3 @findex strrchr
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/strrchr.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 some multibyte
17 locales.  Gnulib provides an alternative function @code{mbsrchr} that works
18 on character strings in all locales.
19 @end itemize