summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strcspn.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace the current strspn() and strcspn() with significantly fasterdas2005-04-021-36/+39
| | | | | | | | | implementations inspired by the ones in DragonFly. Unlike the DragonFly versions, these have a small data cache footprint, and my tests show that they're never slower than the old code except when the charset or the span is 0 or 1 characters. This implementation is generally faster than DragonFly until either the charset or the span gets in the ballpark of 32 to 64 characters.
* Remove 'register' keyword.obrien2002-03-211-3/+3
|
* rcsid[]->__FBSDIDobrien2001-11-071-5/+2
|
* Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files.obrien2001-05-241-0/+4
| | | | Do the same for the non-wcs*/wmem* files while I'm here.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+68
OpenPOWER on IntegriCloud