log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git] / doc / glibc-functions / strcasestr.texi
blobed67aecbeb0aeee617af8d046fa724f032033207
1 @node strcasestr
2 @subsection @code{strcasestr}
3 @findex strcasestr
5 Gnulib module: strcasestr or strcasestr-simple
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, MSVC 14, BeOS.
14 @item
15 This function can trigger memchr bugs on some platforms:
16 glibc 2.10.
17 @item
18 This function can trigger false positives for long periodic needles on
19 some platforms:
20 glibc 2.12, Cygwin 1.7.7.
21 @item
22 This function may fail to find matches on some platforms:
23 glibc 2.28.
24 @end itemize
26 Portability problems fixed by Gnulib module @code{strcasestr}:
27 @itemize
28 @item
29 This function has quadratic instead of linear worst-case complexity on some
30 platforms:
31 glibc 2.8, FreeBSD 6.2, NetBSD 5.0, OpenBSD 4.0, Solaris 11.4.
32 @end itemize
34 Portability problems not fixed by Gnulib:
35 @itemize
36 @end itemize