Home | History | Annotate | Download | only in memcheck

Lines Matching refs:stpcpy

690 #define STPCPY(soname, fnname) \
706 RECORD_OVERLAP_ERROR("stpcpy", dst_orig, src_orig, 0); \
711 STPCPY(VG_Z_LIBC_SONAME, stpcpy)
713 STPCPY(VG_Z_LIBC_SONAME, __GI_stpcpy)
714 STPCPY(VG_Z_LD_LINUX_SO_2, stpcpy)
715 STPCPY(VG_Z_LD_LINUX_X86_64_SO_2, stpcpy)
717 STPCPY(VG_Z_DYLD, stpcpy)
896 /* glibc variant of stpcpy that checks the dest is big enough.