aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/strnstr.c
Commit message (Expand)AuthorAgeFilesLines
* Renumber clauses to reduce diffs to other versionsEd Maste2013-05-281-1/+1
* - ANSIfy function definitionsDaniel Gerzo2009-02-031-4/+1
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Don't read more than the given 'len' bytes from the 'big' string.Pawel Jakub Dawidek2005-02-111-1/+1
* rcsid[]->__FBSDIDDavid E. O'Brien2001-11-071-1/+3
* Add a new libc function, strnstr(3), which allows one to limit theMike Barcroft2001-10-091-0/+70