aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/strnstr.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* 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