summaryrefslogtreecommitdiff
path: root/lib/libc/string/strnstr.c
Commit message (Collapse)AuthorAgeFilesLines
* rcsid[]->__FBSDIDDavid E. O'Brien2001-11-071-1/+3
| | | | Notes: svn path=/head/; revision=86170
* Add a new libc function, strnstr(3), which allows one to limit theMike Barcroft2001-10-091-0/+70
number of characters that are searched. This is especially useful with file operations and non-NUL terminated strings. Silence from: -audit, -hackers MFC after: 5 days Notes: svn path=/head/; revision=84699