fchmod-tests, fchmodat tests, lchmod tests: Add more tests.
[gnulib.git] / doc / glibc-functions / strchrnul.texi
blob43f1048278dad2a3bd07dac28c9a9143a244ad5c
1 @node strchrnul
2 @subsection @code{strchrnul}
3 @findex strchrnul
5 Documentation:
6 @itemize
7 @item
8 @ifinfo
9 @ref{Search Functions,,Search Functions,libc},
10 @end ifinfo
11 @ifnotinfo
12 @url{https://www.gnu.org/software/libc/manual/html_node/Search-Functions.html},
13 @end ifnotinfo
14 @item
15 @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/strchrnul.3.html,,man strchrnul}.
16 @end itemize
18 Gnulib module: strchrnul
20 Portability problems fixed by Gnulib:
21 @itemize
22 @item
23 This function is missing on many non-glibc platforms:
24 Mac OS X 10.13, FreeBSD 6.0, NetBSD 7.1, OpenBSD 6.7, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin 1.7.8, mingw, MSVC 14, Android 6.0.
25 @item
26 This function crashes when no occurrence is found on some platforms:
27 Cygwin 1.7.9.
28 @end itemize
30 Portability problems not fixed by Gnulib:
31 @itemize
32 @end itemize