aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/strndup.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* Replace strndup with OpenBSD's implementation.Xin LI2015-08-261-33/+22
* Renumber clauses to reduce diffs to other versionsEd Maste2013-05-281-1/+1
* Implement strndup(3) using strnlen(3).Ed Schouten2010-02-021-3/+1
* Import the strndup(3) function.Konstantin Belousov2008-12-061-0/+53