summaryrefslogtreecommitdiff
path: root/lib/libc/string/memmem.c
Commit message (Expand)AuthorAgeFilesLines
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* libc: add reference to two-way algorithm and bad shift table in memmem/strstrEd Maste2017-03-181-0/+8
* libc: Use musl's O(n) memmem and strstrEd Maste2017-03-181-47/+155
* memmem(3): empty little string matches the beginning of the big stringEd Maste2015-05-261-3/+3
* - ANSIfy function definitionsDaniel Gerzo2009-02-031-3/+1
* Add the function memmem(3) as found in glibc and others.Andre Oppermann2005-08-251-0/+67