Home
last modified time | relevance | path

Searched refs:__underlying_memcpy (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/include/linux/
Dfortify-string.h37 extern void *__underlying_memcpy(void *p, const void *q, __kernel_size_t size) __RENAME(memcpy);
53 #define __underlying_memcpy __msan_memcpy macro
57 #define __underlying_memcpy __builtin_memcpy macro
85 __underlying_memcpy(dst, src, bytes)
260 __underlying_memcpy(p, q, len); in strlcpy()
315 __underlying_memcpy(p, q, len + 1); in strscpy()
405 __underlying_memcpy(p + p_len, q, copy_len); in strlcat()
470 __underlying_memcpy(p + p_len, q, copy_len); in strncat()
802 __underlying_memcpy(p, q, size); in strcpy()