fchmod-tests, fchmodat tests, lchmod tests: Add more tests.
[gnulib.git] / doc / glibc-functions / memrchr.texi
blob22ef5a44a8c32bb5ef7f948dd2a6a0a1c7734c95
1 @node memrchr
2 @subsection @code{memrchr}
3 @findex memrchr
5 LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-memrchr.html}
7 Documentation:
8 @itemize
9 @item
10 @ifinfo
11 @ref{Search Functions,,Search Functions,libc},
12 @end ifinfo
13 @ifnotinfo
14 @url{https://www.gnu.org/software/libc/manual/html_node/Search-Functions.html},
15 @end ifnotinfo
16 @item
17 @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/memrchr.3.html,,man memrchr}.
18 @end itemize
20 Gnulib module: memrchr
22 Portability problems fixed by Gnulib:
23 @itemize
24 @item
25 This function is missing on many non-glibc platforms:
26 Mac OS X 10.13, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 11.4, Cygwin 1.7.x, mingw, MSVC 14.
27 @end itemize
29 Portability problems not fixed by Gnulib:
30 @itemize
31 @end itemize