Home | History | Annotate | Download | only in memcheck

Lines Matching refs:STRCPY

3 /*--- Replacements for strcpy(), memcpy() et al, which run on the  ---*/
67 20080 STRCPY
412 /*---------------------- strcpy ----------------------*/
414 #define STRCPY(soname, fnname) \
432 RECORD_OVERLAP_ERROR("strcpy", dst_orig, src_orig, 0); \
438 STRCPY(VG_Z_LIBC_SONAME, strcpy)
439 STRCPY(VG_Z_LIBC_SONAME, __GI_strcpy)
442 //STRCPY(VG_Z_LIBC_SONAME, strcpy)
443 //STRCPY(VG_Z_DYLD, strcpy)
444 STRCPY(VG_Z_LIBC_SONAME, strcpy)
945 DEST. (minor variant of strcpy) */
1162 /* glibc variant of strcpy that checks the dest is big enough.