summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strnlen.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mop up ifndef KERNEL goo; ok miodderaadt2014-06-101-5/+1
|
* Add strnlen() to libkern.matthew2012-04-261-1/+5
| | | | ok deraadt
* Avoid using and end pointer since strnlen(string, -1) is legalmillert2010-06-021-4/+3
| | | | | and would otherwise result in overflowing the end pointer and cause strnlen() to return 0. OK sthen@
* remove unused variable.chl2010-05-211-2/+1
| | | | ok millert@ tedu@
* add posix_madvise, posix_memalign, strndup, and strnlen. mostly fromtedu2010-05-181-0/+34
brad and millert, with hints from guenther, jmc, and otto I think. ok previous.