<dec f='src/src/sys/lib/libkern/libkern.h' l='397' type='char * strncat(char * , const char * , size_t )'/>
<def f='src/src/common/lib/libc/string/strncat.c' l='59' ll='80' type='char * strncat(char * dst, const char * src, size_t n)'/>
<doc f='src/src/common/lib/libc/string/strncat.c' l='55'>/*
 * Concatenate src on the end of dst.  At most strlen(dst)+n+1 bytes
 * are written at dst (at most n+1 bytes being appended).  Return dst.
 */</doc>
