summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/memmem.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'tb_20210818'.tb_20210818cvs2svn2021-08-181-184/+0
* Replace the simple memmem() implementation with a version that is O(n)claudio2020-04-161-47/+167
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-311-1/+2
* Remove useless include.ajacoutot2013-05-301-2/+1
* typo: compare len against null needle, not haystackajacoutot2013-05-151-2/+2
* Add an implementation of memmem() -- from FreeBSD with some tweaks.ajacoutot2013-05-131-0/+64