Searched refs:strncpy_impl (Results 1 – 2 of 2) sorted by relevance
82 extern char *strncpy_impl(char *, const char *, size_t) asm("_strncpy");
504 strncpy_impl(char * dst, const char * src, size_t maxlen) in strncpy_impl() function765 return strncpy_impl(dst, src, len); in __strncpy_chk()