summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strrchr.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* As per POSIX, when str{,r}chr is comparing it should convert c to a char.martijn2018-10-011-2/+3
| | | | | | | | | | The C implementation of str{,r}chr are not linked to the build, because assembly implementations are used, but change to code for easier reference. At least the i386 and amd64 are checked and seem to do the correct thing. Found thanks to the csh any/strchr change. minor pointers and OK millert@
* Document that these functions are now in strings.h.daniel2015-11-241-2/+3
| | | | ok millert@
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* update HISTORY and SEE ALSO for all of string(3), together with variousschwarze2011-07-251-4/+16
| | | | | smaller improvements; jmc@ and nicm@ both ask me to get this in because further tweaking will be easier in-tree
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* 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-4/+5
|
* index/rindex as deprecated synonyms to strchr/strrchr.espie1999-09-211-4/+14
|
* Grammatical, spelling, and format fixespjanzen1999-06-061-2/+2
|
* add examplesaaron1999-06-041-12/+19
|
* Fix RCS idstholo1996-08-191-2/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+91