summaryrefslogtreecommitdiff
path: root/lib/libc/string/strnstr.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.1 to release/8.1.0 for 8.1-RELEASE.release/8.1.0_cvsKen Smith2010-07-171-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