summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strnlen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mop up ifndef KERNEL goo; ok miodderaadt2014-06-101-5/+1
* Add strnlen() to libkern.matthew2012-04-261-1/+5
* Avoid using and end pointer since strnlen(string, -1) is legalmillert2010-06-021-4/+3
* remove unused variable.chl2010-05-211-2/+1
* add posix_madvise, posix_memalign, strndup, and strnlen. mostly fromtedu2010-05-181-0/+34