summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strnlen.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'eric_g2k12'.eric_g2k12cvs2svn2012-07-131-36/+0
|
* 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.