Searched hist:203391 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/lib/libc/string/
H A Dstrndup.cdiff 203391 Tue Feb 02 17:17:24 MST 2010 ed Implement strndup(3) using strnlen(3).

This makes the implementation a bit more consistent with strdup(3),
which uses strlen(3).

Completed in 119 milliseconds