10.47.5 memmem

POSIX specification:
https://pubs.opengroup.org/onlinepubs/9799919799/functions/memmem.html

Documentation:

Gnulib module: memmem or memmem-simple

Both modules implement the same replacement for the memmem function with the memmem module providing a replacement on more platforms where the existing memmem function has a quadratic worst-case complexity.

Portability problems fixed by either Gnulib module memmem-simple or memmem:

Performance problems fixed by Gnulib module memmem:

Portability problems not fixed by Gnulib: