summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/memmem.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add an implementation of memmem() -- from FreeBSD with some tweaks.ajacoutot2013-05-131-0/+77
Requires a libc minor bump, committing now so that we have up-to-date snapshots for the upcoming hackathon. joint work with millert@ man page bits ok jmc@ input and ok millert@, guenther@, deraadt@