summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/memmem.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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