strcpy
#define strcpy(dst, src) __ssp_bos_check2(strcpy, dst, src)
strcpy(char * __restrict to, const char * __restrict from)
ENTRY(strcpy)
#define strcpy(dst, src) __builtin_strcpy((dst), (src))
#define strcpy(dst, src) __builtin_strcpy((dst), (src))
#define strcpy(dst, src) __builtin_strcpy((dst), (src))
#define strcpy(d, s) SAN_INTERCEPTOR(strcpy)((d), (s))
#define strcpy(d, s) __builtin_strcpy((d), (s))