summaryrefslogtreecommitdiff
path: root/lib/libc/string/strnstr.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-1/+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