_strncpy          125 include/lolevel.h extern char *_strncpy(char *dest, const char *src, long n);
_strncpy          872 platform/generic/wrappers.c     return _strncpy(dest, src, n);