summaryrefslogtreecommitdiff
path: root/lib/libc/string/memmem.c
AgeCommit message (Expand)Author
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2020-11-19libc: fix undefined behavior from signed overflow in strstr and memmemEd Maste
2020-11-19libc: optimize memmem two-way bad character shiftEd Maste
2020-11-18clang-format libc string functions imported from muslEd Maste
2018-10-15Avoid OOB reads in memmem(3).Gleb Smirnoff
2017-11-25libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-03-18libc: add reference to two-way algorithm and bad shift table in memmem/strstrEd Maste
2017-03-18libc: Use musl's O(n) memmem and strstrEd Maste
2015-05-26memmem(3): empty little string matches the beginning of the big stringEd Maste
2009-02-03- ANSIfy function definitionsDaniel Gerzo
2005-08-25Add the function memmem(3) as found in glibc and others.Andre Oppermann