Clarify access, euidaccess, faccessat.
[gnulib.git] / doc / glibc-functions / strcasestr.texi
1 @node strcasestr
2 @subsection @code{strcasestr}
3 @findex strcasestr
4
5 Gnulib module: strcasestr or strcasestr-simple
6
7 Portability problems fixed by either Gnulib module @code{strcasestr-simple}
8 or @code{strcasestr}:
9 @itemize
10 @item
11 This function is missing on some platforms:
12 AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x,
13 mingw, BeOS.
14
15 @item
16 This function can trigger memchr bugs on some platforms:
17 glibc 2.10.
18 @end itemize
19
20 Portability problems fixed by Gnulib module @code{strcasestr}:
21 @itemize
22 @item
23 This function has quadratic instead of linear worst-case complexity on some
24 platforms:
25 glibc 2.8, FreeBSD 6.2, NetBSD 3.0, OpenBSD 4.0.
26 @end itemize
27
28 Portability problems not fixed by Gnulib:
29 @itemize
30 @end itemize