summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strstr.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add HISTORY; shortened version of diff from Ilya A. Kovalenkojmc2007-09-191-2/+7
| | | | ok millert
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* strcasestr(3), a case-insensitive version of strstr(3). already in netbsdderaadt2005-03-301-13/+19
| | | | | | and freebsd, apparently written by torek, the man we never see anymore; submitted by jcs, but he is not around right now for the libc major crank so i sneak it in for him
* Be correct in our man pages when talking about NUL termination (that is,cloder2005-02-251-3/+3
| | | | | termination with '\0') vs. null termination. Input from krw@, jaredy@, jmc@. OK deraadt@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Flesh out libc string function man pages.aaron2000-04-211-5/+3
|
* index/rindex as deprecated synonyms to strchr/strrchr.espie1999-09-211-3/+1
|
* repairsaaron1999-06-291-2/+3
|
* Fix RCS idstholo1996-08-191-2/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+89