fchmod-tests, fchmodat tests, lchmod tests: Add more tests.
[gnulib.git] / doc / glibc-functions / wcschrnul.texi
blobb9d5b5261a9d898b904e6b8bc99e659ea146f1da
1 @node wcschrnul
2 @subsection @code{wcschrnul}
3 @findex wcschrnul
5 Documentation:@*
6 @ifinfo
7 @ref{Search Functions,,Search Functions,libc}.
8 @end ifinfo
9 @ifnotinfo
10 @url{https://www.gnu.org/software/libc/manual/html_node/Search-Functions.html}.
11 @end ifnotinfo
13 Gnulib module: ---
15 Portability problems fixed by Gnulib:
16 @itemize
17 @end itemize
19 Portability problems not fixed by Gnulib:
20 @itemize
21 @item
22 This function is missing on many non-glibc platforms:
23 Mac OS X 10.13, FreeBSD 6.0, NetBSD 9.0, OpenBSD 6.7, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 11.4, Cygwin 2.9, mingw, MSVC 14, Android 9.0.
24 @item
25 On Windows and 32-bit AIX platforms, @code{wchar_t} is a 16-bit type and therefore cannot
26 accommodate all Unicode characters.
27 @end itemize