Searched refs:__underlying_memcpy (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/include/linux/ |
D | fortify-string.h | 37 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) 224 __underlying_memcpy(p, q, len); in strlcpy() 291 __underlying_memcpy(p + p_len, q, copy_len); in strncat() 608 __underlying_memcpy(p, q, size); in strcpy()
|