summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strnstr.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a new libc function, strnstr(3), which allows one to limit themike2001-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
OpenPOWER on IntegriCloud