summaryrefslogtreecommitdiff
path: root/lib/libc/string/memmem.3
Commit message (Expand)AuthorAgeFilesLines
* libc: Use musl's O(n) memmem and strstrEd Maste2017-03-181-2/+5
* memmem(3): empty little string matches the beginning of the big stringEd Maste2015-05-261-8/+14
* use .Mt to mark up email addresses consistently (part4)Baptiste Daroussin2014-06-231-1/+1
* Fix prototype.Ruslan Ermilov2005-11-241-2/+2
* Fix up markup.Ruslan Ermilov2005-11-181-7/+9
* Add the function memmem(3) as found in glibc and others.Andre Oppermann2005-08-251-0/+84