strcpy -> 2864
strncpy -> 894
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6...
http://en.wikipedia.org/wiki/Strlcpy#Criticism
His preferred solution is to use the highly portable
*((char *) mempcpy (dst, src, n)) = '\0';
[1] http://sourceware.org/bugzilla/show_bug.cgi?id=4980
strcpy -> 2864
strncpy -> 894