Searched defs:stpncpy (Results 1 – 4 of 4) sorted by relevance
41 stpncpy (char *dst, const char *src, size_t len) in stpncpy() function
38 stpncpy(char *dst, const char *src, size_t n) in stpncpy() function
314 INTERCEPTOR(char *, stpncpy, char *dest, const char *src, SIZE_T n) { in INTERCEPTOR() argument
1690 TEST(MemorySanitizer, stpncpy) { in TEST() argument