f108c54063ef511139addf06177d0bb6e3a35078
[gnulib.git] / doc / glibc-functions / strchrnul.texi
1 @node strchrnul
2 @subsection @code{strchrnul}
3 @findex strchrnul
4
5 Gnulib module: strchrnul
6
7 Portability problems fixed by Gnulib:
8 @itemize
9 @item
10 This function is missing on many non-glibc platforms:
11 MacOS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
12 IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.7.8, mingw, Interix 3.5,
13 BeOS.
14 @item
15 This function crashes when no occurrence is found on some platforms:
16 Cygwin 1.7.9.
17 @end itemize
18
19 Portability problems not fixed by Gnulib:
20 @itemize
21 @end itemize