summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strstr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Resync our strstr.c with the musl version. Removes some debug code andclaudio2020-04-161-11/+3
* Add a missing header when compiling with -DDEBUGdenis2018-04-301-1/+5
* New strstr() implementation from musl libc by Rich Felker. Thismillert2017-04-121-44/+180
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-311-1/+2
* zap remaining rcsid.espie2005-08-081-4/+1
* ansification; pval okderaadt2003-06-111-5/+4
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Fix RCS idstholo1996-08-191-2/+1
* initial import of NetBSD treederaadt1995-10-181-0/+65